Color Hex Logo

#bccfdc Color Hex

#BCCFDC
(188,207,220)
1 Favorites   0 Comments

Color spaces of #bccfdc

RGB 188207220
HSL0.570.310.80
HSV204°15°86°
CMYK 0.150.060.00   0.14
XYZ55.970160.484376.4348
Yxy60.48430.29020.3136
Hunter Lab77.7717-7.6389-3.8307
CIE-Lab82.1007-3.7561-8.6098

#bccfdc color RGB value is (188,207,220).

#bccfdc hex color red value is 188, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bccfdc hue: 0.57 , saturation: 0.31 and the lightness value of bccfdc is 0.80.

The process color (four color CMYK) of #bccfdc color hex is 0.15, 0.06, 0.00, 0.14. Web safe color of #bccfdc is #cccccc. Color #bccfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11011100
Octal 274 317 334
Decimal 188 207 220
Hex BC CF DC

RGB Percentages of Color #bccfdc

%30.57
%33.66
%35.77

CMYK Percentages of Color #bccfdc

%15
%6
%0
%14

Triadic Colors of #bccfdc

#bccfdc #dcbccf #cfdcbc

Analogous Colors of #bccfdc

#bccfdc #bcbfdc #bcdcd9

Monochromatic Colors of #bccfdc

#bccfdc

Complementary Color

#bccfdc #dcc9bc

#bccfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfdc Color CSS Codes

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

#bccfdc Text Font Color

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

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


#bccfdc Background Color

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

This div background color is #bccfdc


#bccfdc Border Color

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

This div border color is #bccfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfdc


Comments

No comments written yet.

Please login to write comment.