#BDC7CB

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

Shades of Heather #BDC7CB

Tints of Heather #BDC7CB

Color information

#BDC7CB (or 0xBDC7CB) is unknown color: approx Heather. HEX triplet: BD, C7 and CB. RGB value is (189,199,203). Sum of RGB (Red+Green+Blue) = 189+199+203=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CB is #423834. Grayscale: #C4C4C4. Windows color (decimal): -4339765 or 13354941. OLE color: 13354941.

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

Color convert

RGB189199203-
CMYK0.070.0200.20
HSL197.14º11.86%76.86%-
HSV(B)197.14º6.9%79.61%-
XYZ52.1955.9864.55-
YUV196.47131.69122.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=31.98%
G=33.67%
B=34.35%

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
Decimal1891992030.070.0200.20197.1411.8676.86
HexBDC7CB72014c5c4d
Octal2753073137202430514115
Binary101111011100011111001011111100101001100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7CB; }

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

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

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

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

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

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

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

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