Color Hex Logo

#bcc6fe Color Hex

#BCC6FE
(188,198,254)
0 Favorites   0 Comments

Color spaces of #bcc6fe

RGB 188198254
HSL0.640.970.87
HSV231°26°100°
CMYK 0.260.220.00   0.00
XYZ58.822558.2353101.9062
Yxy58.23530.26860.2660
Hunter Lab76.31214.0444-25.7567
CIE-Lab80.86948.5530-28.6174

#bcc6fe color RGB value is (188,198,254).

#bcc6fe hex color red value is 188, green value is 198 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bcc6fe hue: 0.64 , saturation: 0.97 and the lightness value of bcc6fe is 0.87.

The process color (four color CMYK) of #bcc6fe color hex is 0.26, 0.22, 0.00, 0.00. Web safe color of #bcc6fe is #ccccff. Color #bcc6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 11111110
Octal 274 306 376
Decimal 188 198 254
Hex BC C6 FE

RGB Percentages of Color #bcc6fe

%29.38
%30.94
%39.69

CMYK Percentages of Color #bcc6fe

%26
%22
%0
%0

Triadic Colors of #bcc6fe

#bcc6fe #febcc6 #c6febc

Analogous Colors of #bcc6fe

#bcc6fe #d3bcfe #bce7fe

Monochromatic Colors of #bcc6fe

#bcc6fe

Complementary Color

#bcc6fe #fef4bc

#bcc6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc6fe Color CSS Codes

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

#bcc6fe Text Font Color

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

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


#bcc6fe Background Color

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

This div background color is #bcc6fe


#bcc6fe Border Color

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

This div border color is #bcc6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc6fe


Comments

No comments written yet.

Please login to write comment.