Color Hex Logo

#bdcccb Color Hex

#BDCCCB
(189,204,203)
0 Favorites   0 Comments

Color spaces of #bdcccb

RGB 189204203
HSL0.490.130.77
HSV176°80°
CMYK 0.070.000.00   0.20
XYZ53.358658.316364.9438
Yxy58.31630.30210.3302
Hunter Lab76.3651-8.91563.0331
CIE-Lab80.9143-5.2645-1.2600

#bdcccb color RGB value is (189,204,203).

#bdcccb hex color red value is 189, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdcccb hue: 0.49 , saturation: 0.13 and the lightness value of bdcccb is 0.77.

The process color (four color CMYK) of #bdcccb color hex is 0.07, 0.00, 0.00, 0.20. Web safe color of #bdcccb is #cccccc. Color #bdcccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11001011
Octal 275 314 313
Decimal 189 204 203
Hex BD CC CB

RGB Percentages of Color #bdcccb

%31.71
%34.23
%34.06

CMYK Percentages of Color #bdcccb

%7
%0
%0
%20

Triadic Colors of #bdcccb

#bdcccb #cbbdcc #cccbbd

Analogous Colors of #bdcccb

#bdcccb #bdc6cc #bdccc4

Monochromatic Colors of #bdcccb

#bdcccb

Complementary Color

#bdcccb #ccbdbe

#bdcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcccb Color CSS Codes

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

#bdcccb Text Font Color

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

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


#bdcccb Background Color

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

This div background color is #bdcccb


#bdcccb Border Color

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

This div border color is #bdcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcccb


Comments

No comments written yet.

Please login to write comment.