Color Hex Logo

#bccfd9 Color Hex

#BCCFD9
(188,207,217)
0 Favorites   0 Comments

Color spaces of #bccfd9

RGB 188207217
HSL0.560.280.79
HSV201°13°85°
CMYK 0.130.050.00   0.15
XYZ55.576260.326874.3607
Yxy60.32680.29210.3171
Hunter Lab77.6703-8.1992-2.3943
CIE-Lab82.0155-4.3742-7.1342

#bccfd9 color RGB value is (188,207,217).

#bccfd9 hex color red value is 188, green value is 207 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bccfd9 hue: 0.56 , saturation: 0.28 and the lightness value of bccfd9 is 0.79.

The process color (four color CMYK) of #bccfd9 color hex is 0.13, 0.05, 0.00, 0.15. Web safe color of #bccfd9 is #cccccc. Color #bccfd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11011001
Octal 274 317 331
Decimal 188 207 217
Hex BC CF D9

RGB Percentages of Color #bccfd9

%30.72
%33.82
%35.46

CMYK Percentages of Color #bccfd9

%13
%5
%0
%15

Triadic Colors of #bccfd9

#bccfd9 #d9bccf #cfd9bc

Analogous Colors of #bccfd9

#bccfd9 #bcc1d9 #bcd9d5

Monochromatic Colors of #bccfd9

#bccfd9

Complementary Color

#bccfd9 #d9c6bc

#bccfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfd9 Color CSS Codes

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

#bccfd9 Text Font Color

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

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


#bccfd9 Background Color

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

This div background color is #bccfd9


#bccfd9 Border Color

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

This div border color is #bccfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfd9


Comments

No comments written yet.

Please login to write comment.