#BDC6CB

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

Shades of Heather #BDC6CB

Tints of Heather #BDC6CB

Color information

#BDC6CB (or 0xBDC6CB) is unknown color: approx Heather. HEX triplet: BD, C6 and CB. RGB value is (189,198,203). Sum of RGB (Red+Green+Blue) = 189+198+203=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6CB is #423934. Grayscale: #C3C3C3. Windows color (decimal): -4340021 or 13354685. OLE color: 13354685.

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

Color convert

RGB189198203-
CMYK0.070.0200.20
HSL201.43º11.86%76.86%-
HSV(B)201.43º6.9%79.61%-
XYZ51.9655.5264.48-
YUV195.88132.02123.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=32.03%
G=33.56%
B=34.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891982030.070.0200.20201.4311.8676.86
HexBDC6CB72014c9c4d
Octal2753063137202431114115
Binary101111011100011011001011111100101001100100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6CB; }

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

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

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

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

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

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

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

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