Color Hex Logo

#bccdd8 Color Hex

#BCCDD8
(188,205,216)
0 Favorites   0 Comments

Color spaces of #bccdd8

RGB 188205216
HSL0.570.260.79
HSV204°13°85°
CMYK 0.130.050.00   0.15
XYZ54.965059.311973.5171
Yxy59.31190.29270.3158
Hunter Lab77.0142-7.3795-2.6878
CIE-Lab81.4627-3.5300-7.4186

#bccdd8 color RGB value is (188,205,216).

#bccdd8 hex color red value is 188, green value is 205 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bccdd8 hue: 0.57 , saturation: 0.26 and the lightness value of bccdd8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11011000
Octal 274 315 330
Decimal 188 205 216
Hex BC CD D8

RGB Percentages of Color #bccdd8

%30.87
%33.66
%35.47

CMYK Percentages of Color #bccdd8

%13
%5
%0
%15

Triadic Colors of #bccdd8

#bccdd8 #d8bccd #cdd8bc

Analogous Colors of #bccdd8

#bccdd8 #bcbfd8 #bcd8d5

Monochromatic Colors of #bccdd8

#bccdd8

Complementary Color

#bccdd8 #d8c7bc

#bccdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdd8 Color CSS Codes

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

#bccdd8 Text Font Color

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

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


#bccdd8 Background Color

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

This div background color is #bccdd8


#bccdd8 Border Color

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

This div border color is #bccdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdd8


Comments

No comments written yet.

Please login to write comment.