#BDC9CD

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

Shades of Heather #BDC9CD

Tints of Heather #BDC9CD

Color information

#BDC9CD (or 0xBDC9CD) is unknown color: approx Heather. HEX triplet: BD, C9 and CD. RGB value is (189,201,205). Sum of RGB (Red+Green+Blue) = 189+201+205=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CD is #423632. Grayscale: #C5C5C5. Windows color (decimal): -4339251 or 13486525. OLE color: 13486525.

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

Color convert

RGB189201205-
CMYK0.080.0200.20
HSL195º13.79%77.25%-
HSV(B)195º7.8%80.39%-
XYZ52.895765.97-
YUV197.87132.02121.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=31.76%
G=33.78%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892012050.080.0200.2019513.7977.25
HexBDC9CD82014c3e4d
Octal27531131510202430316115
Binary1011110111001001110011011000100101001100001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9CD; }

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

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

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

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

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

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

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

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