#B9BFC2

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

Shades of Heather #B9BFC2

Tints of Heather #B9BFC2

Color information

#B9BFC2 (or 0xB9BFC2) is unknown color: approx Heather. HEX triplet: B9, BF and C2. RGB value is (185,191,194). Sum of RGB (Red+Green+Blue) = 185+191+194=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFC2 is #46403D. Grayscale: #BDBDBD. Windows color (decimal): -4603966 or 12763065. OLE color: 12763065.

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

Color convert

RGB185191194-
CMYK0.050.0200.24
HSL200º6.87%74.31%-
HSV(B)200º4.64%76.08%-
XYZ48.3851.4758.42-
YUV189.55130.51124.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=32.46%
G=33.51%
B=34.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851911940.050.0200.242006.8774.31
HexB9BFC252018c874a
Octal271277302520303107112
Binary10111001101111111100001010110011000110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFC2; }

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

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

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

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

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

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

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

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