Color Hex Logo

#bccce6 Color Hex

#BCCCE6
(188,204,230)
0 Favorites   0 Comments

Color spaces of #bccce6

RGB 188204230
HSL0.600.460.82
HSV217°18°90°
CMYK 0.180.110.00   0.10
XYZ56.614859.590383.3811
Yxy59.59030.28370.2986
Hunter Lab77.1948-4.1785-10.0051
CIE-Lab81.6150-0.0594-14.6764

#bccce6 color RGB value is (188,204,230).

#bccce6 hex color red value is 188, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bccce6 hue: 0.60 , saturation: 0.46 and the lightness value of bccce6 is 0.82.

The process color (four color CMYK) of #bccce6 color hex is 0.18, 0.11, 0.00, 0.10. Web safe color of #bccce6 is #ccccff. Color #bccce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11100110
Octal 274 314 346
Decimal 188 204 230
Hex BC CC E6

RGB Percentages of Color #bccce6

%30.23
%32.80
%36.98

CMYK Percentages of Color #bccce6

%18
%11
%0
%10

Triadic Colors of #bccce6

#bccce6 #e6bccc #cce6bc

Analogous Colors of #bccce6

#bccce6 #c1bce6 #bce1e6

Monochromatic Colors of #bccce6

#bccce6

Complementary Color

#bccce6 #e6d6bc

#bccce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccce6 Color CSS Codes

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

#bccce6 Text Font Color

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

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


#bccce6 Background Color

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

This div background color is #bccce6


#bccce6 Border Color

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

This div border color is #bccce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccce6


Comments

No comments written yet.

Please login to write comment.