Color Hex Logo

#bcccd0 Color Hex

#BCCCD0
(188,204,208)
0 Favorites   0 Comments

Color spaces of #bcccd0

RGB 188204208
HSL0.530.180.78
HSV192°10°82°
CMYK 0.100.020.00   0.18
XYZ53.717158.431268.1217
Yxy58.43120.29800.3241
Hunter Lab76.4403-8.33270.6704
CIE-Lab80.9779-4.6170-3.8527

#bcccd0 color RGB value is (188,204,208).

#bcccd0 hex color red value is 188, green value is 204 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bcccd0 hue: 0.53 , saturation: 0.18 and the lightness value of bcccd0 is 0.78.

The process color (four color CMYK) of #bcccd0 color hex is 0.10, 0.02, 0.00, 0.18. Web safe color of #bcccd0 is #cccccc. Color #bcccd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11010000
Octal 274 314 320
Decimal 188 204 208
Hex BC CC D0

RGB Percentages of Color #bcccd0

%31.33
%34.00
%34.67

CMYK Percentages of Color #bcccd0

%10
%2
%0
%18

Triadic Colors of #bcccd0

#bcccd0 #d0bccc #ccd0bc

Analogous Colors of #bcccd0

#bcccd0 #bcc2d0 #bcd0ca

Monochromatic Colors of #bcccd0

#bcccd0

Complementary Color

#bcccd0 #d0c0bc

#bcccd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccd0 Color CSS Codes

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

#bcccd0 Text Font Color

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

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


#bcccd0 Background Color

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

This div background color is #bcccd0


#bcccd0 Border Color

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

This div border color is #bcccd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccd0


Comments

No comments written yet.

Please login to write comment.