Color Hex Logo

#bcccf5 Color Hex

#BCCCF5
(188,204,245)
0 Favorites   0 Comments

Color spaces of #bcccf5

RGB 188204245
HSL0.620.740.85
HSV223°23°96°
CMYK 0.230.170.00   0.04
XYZ58.813360.469794.9582
Yxy60.46970.27450.2823
Hunter Lab77.7623-1.0805-17.9675
CIE-Lab82.09283.2575-21.9569

#bcccf5 color RGB value is (188,204,245).

#bcccf5 hex color red value is 188, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bcccf5 hue: 0.62 , saturation: 0.74 and the lightness value of bcccf5 is 0.85.

The process color (four color CMYK) of #bcccf5 color hex is 0.23, 0.17, 0.00, 0.04. Web safe color of #bcccf5 is #ccccff. Color #bcccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11110101
Octal 274 314 365
Decimal 188 204 245
Hex BC CC F5

RGB Percentages of Color #bcccf5

%29.51
%32.03
%38.46

CMYK Percentages of Color #bcccf5

%23
%17
%0
%4

Triadic Colors of #bcccf5

#bcccf5 #f5bccc #ccf5bc

Analogous Colors of #bcccf5

#bcccf5 #c9bcf5 #bce9f5

Monochromatic Colors of #bcccf5

#bcccf5

Complementary Color

#bcccf5 #f5e5bc

#bcccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccf5 Color CSS Codes

.mybgcolor {background-color:#bcccf5; } 
.myforecolor {color:#bcccf5; }
.mybordercolor {border:3px solid #bcccf5; }

#bcccf5 Text Font Color

<p style="color:#bcccf5">Text here</p>

This sample text font color is #bcccf5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bcccf5 Background Color

<div style="background-color:#bcccf5">
Div content here</div>

This div background color is #bcccf5


#bcccf5 Border Color

<div style="border:3px solid #bcccf5">
Div here</div>

This div border color is #bcccf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,204,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcccf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcccf5;
  -webkit-box-shadow: 1px 1px 3px 2px #bcccf5;
  box-shadow:         1px 1px 3px 2px #bcccf5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,204,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcccf5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bcccf5;
  -webkit-box-shadow: 1px 1px 3px 2px #bcccf5;
  box-shadow:         1px 1px 3px 2px #bcccf5;">
Div content here</div>

This div box has shadow with color #bcccf5


Comments

No comments written yet.

Please login to write comment.