#BDC8CD

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

Shades of Heather #BDC8CD

Tints of Heather #BDC8CD

Color information

#BDC8CD (or 0xBDC8CD) is unknown color: approx Heather. HEX triplet: BD, C8 and CD. RGB value is (189,200,205). Sum of RGB (Red+Green+Blue) = 189+200+205=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8CD is #423732. Grayscale: #C5C5C5. Windows color (decimal): -4339507 or 13486269. OLE color: 13486269.

HSL color Cylindrical-coordinate representation of color #BDC8CD: hue angle of 198.75º 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 #BDC8CD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189200205-
CMYK0.080.0200.20
HSL198.75º13.79%77.25%-
HSV(B)198.75º7.8%80.39%-
XYZ52.6656.5465.89-
YUV197.28132.36122.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=31.82%
G=33.67%
B=34.51%

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
Decimal1892002050.080.0200.20198.7513.7977.25
HexBDC8CD82014c7e4d
Octal27531031510202430716115
Binary1011110111001000110011011000100101001100011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8CD; }

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

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

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

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

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

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

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

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