#BDC6C9

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

Shades of Heather #BDC6C9

Tints of Heather #BDC6C9

Color information

#BDC6C9 (or 0xBDC6C9) is unknown color: approx Heather. HEX triplet: BD, C6 and C9. RGB value is (189,198,201). Sum of RGB (Red+Green+Blue) = 189+198+201=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6C9 is #423936. Grayscale: #C3C3C3. Windows color (decimal): -4340023 or 13223613. OLE color: 13223613.

HSL color Cylindrical-coordinate representation of color #BDC6C9: hue angle of 195º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC6C9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189198201-
CMYK0.060.0100.21
HSL195º10%76.47%-
HSV(B)195º5.97%78.82%-
XYZ51.7255.4263.23-
YUV195.65131.02123.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=32.14%
G=33.67%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891982010.060.0100.211951076.47
HexBDC6C961015c3a4c
Octal2753063116102530312114
Binary10111101110001101100100111010101011100001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6C9; }

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

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

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

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

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

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

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

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