Color Hex Logo

#bccbf6 Color Hex

#BCCBF6
(188,203,246)
0 Favorites   0 Comments

Color spaces of #bccbf6

RGB 188203246
HSL0.620.760.85
HSV224°24°96°
CMYK 0.240.170.00   0.04
XYZ58.729560.057195.6856
Yxy60.05710.27380.2800
Hunter Lab77.4965-0.3455-18.9583
CIE-Lab81.86924.0189-22.8291

#bccbf6 color RGB value is (188,203,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11110110
Octal 274 313 366
Decimal 188 203 246
Hex BC CB F6

RGB Percentages of Color #bccbf6

%29.51
%31.87
%38.62

CMYK Percentages of Color #bccbf6

%24
%17
%0
%4

Triadic Colors of #bccbf6

#bccbf6 #f6bccb #cbf6bc

Analogous Colors of #bccbf6

#bccbf6 #cabcf6 #bce8f6

Monochromatic Colors of #bccbf6

#bccbf6

Complementary Color

#bccbf6 #f6e7bc

#bccbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbf6 Color CSS Codes

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

#bccbf6 Text Font Color

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

This sample text font color is #bccbf6
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.


#bccbf6 Background Color

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

This div background color is #bccbf6


#bccbf6 Border Color

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

This div border color is #bccbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbf6


Comments

No comments written yet.

Please login to write comment.