#B9BDC2

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

Shades of Heather #B9BDC2

Tints of Heather #B9BDC2

Color information

#B9BDC2 (or 0xB9BDC2) is unknown color: approx Heather. HEX triplet: B9, BD and C2. RGB value is (185,189,194). Sum of RGB (Red+Green+Blue) = 185+189+194=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC2 is #46423D. Grayscale: #BCBCBC. Windows color (decimal): -4604478 or 12762553. OLE color: 12762553.

HSL color Cylindrical-coordinate representation of color #B9BDC2: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BDC2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185189194-
CMYK0.050.0300.24
HSL213.33º6.87%74.31%-
HSV(B)213.33º4.64%76.08%-
XYZ47.9450.658.28-
YUV188.37131.17125.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=32.57%
G=33.27%
B=34.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851891940.050.0300.24213.336.8774.31
HexB9BDC253018d574a
Octal271275302530303257112
Binary10111001101111011100001010111011000110101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDC2; }

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

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

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

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

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

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

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

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