#B9BDC0

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

Shades of Heather #B9BDC0

Tints of Heather #B9BDC0

Color information

#B9BDC0 (or 0xB9BDC0) is unknown color: approx Heather. HEX triplet: B9, BD and C0. RGB value is (185,189,192). Sum of RGB (Red+Green+Blue) = 185+189+192=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC0 is #46423F. Grayscale: #BCBCBC. Windows color (decimal): -4604480 or 12631481. OLE color: 12631481.

HSL color Cylindrical-coordinate representation of color #B9BDC0: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9BDC0 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185189192-
CMYK0.040.0200.25
HSL205.71º5.26%73.92%-
HSV(B)205.71º3.65%75.29%-
XYZ47.7250.5257.1-
YUV188.15130.17125.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=32.69%
G=33.39%
B=33.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851891920.040.0200.25205.715.2673.92
HexB9BDC042019ce54a
Octal271275300420313165112
Binary10111001101111011100000010010011001110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDC0; }

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

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

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

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

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

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

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

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