#BDC9CE

Color #BDC9CE Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #BDC9CE

Tints of Heather #BDC9CE

Color information

#BDC9CE (or 0xBDC9CE) is unknown color: approx Heather. HEX triplet: BD, C9 and CE. RGB value is (189,201,206). Sum of RGB (Red+Green+Blue) = 189+201+206=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CE is #423631. Grayscale: #C5C5C5. Windows color (decimal): -4339250 or 13552061. OLE color: 13552061.

HSL color Cylindrical-coordinate representation of color #BDC9CE: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC9CE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189201206-
CMYK0.080.0200.19
HSL197.65º14.78%77.45%-
HSV(B)197.65º8.25%80.78%-
XYZ53.0157.0566.61-
YUV197.98132.52121.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=31.71%
G=33.72%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892012060.080.0200.19197.6514.7877.45
HexBDC9CE82013c6f4d
Octal27531131610202330617115
Binary1011110111001001110011101000100100111100011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9CE; }

 p { color: rgb(189,201,206); }

 H1.HeaderClassName
 {
   color: #BDC9CE;
 }
 .AnyTagClassName
 {
   color: #BDC9CE;
 }
</style>
background-color css

<style>
 a { background-color: #BDC9CE; }

 a { background-color: rgb(189,201,206); }

 div.DivClassName
 {
   background-color: #BDC9CE;
 }
 .BgClassName
 {
   background-color: #BDC9CE;
 }
</style>
border-color css

<style>
 span { border-color: #BDC9CE; }

 span { border-color: rgb(189,201,206); }

 td.TdClassName
 {
   border-color: #BDC9CE;
 }
 .TagClassName
 {
   border-color: #BDC9CE;
 }
</style>