#BDC2C4

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

Shades of Heather #BDC2C4

Tints of Heather #BDC2C4

Color information

#BDC2C4 (or 0xBDC2C4) is unknown color: approx Heather. HEX triplet: BD, C2 and C4. RGB value is (189,194,196). Sum of RGB (Red+Green+Blue) = 189+194+196=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2C4 is #423D3B. Grayscale: #C0C0C0. Windows color (decimal): -4341052 or 12894909. OLE color: 12894909.

HSL color Cylindrical-coordinate representation of color #BDC2C4: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC2C4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189194196-
CMYK0.040.0100.23
HSL197.14º5.6%75.49%-
HSV(B)197.14º3.57%76.86%-
XYZ50.2453.3959.88-
YUV192.73129.84125.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=32.64%
G=33.51%
B=33.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891941960.040.0100.23197.145.675.49
HexBDC2C441017c564b
Octal275302304410273056113
Binary1011110111000010110001001001010111110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2C4; }

 p { color: rgb(189,194,196); }

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

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

 a { background-color: rgb(189,194,196); }

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

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

 span { border-color: rgb(189,194,196); }

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