#B9BEC2

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

Shades of Heather #B9BEC2

Tints of Heather #B9BEC2

Color information

#B9BEC2 (or 0xB9BEC2) is unknown color: approx Heather. HEX triplet: B9, BE and C2. RGB value is (185,190,194). Sum of RGB (Red+Green+Blue) = 185+190+194=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEC2 is #46413D. Grayscale: #BCBCBC. Windows color (decimal): -4604222 or 12762809. OLE color: 12762809.

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

Color convert

RGB185190194-
CMYK0.050.0200.24
HSL206.67º6.87%74.31%-
HSV(B)206.67º4.64%76.08%-
XYZ48.1651.0458.35-
YUV188.96130.84125.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=32.51%
G=33.39%
B=34.09%

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
Decimal1851901940.050.0200.24206.676.8774.31
HexB9BEC252018cf74a
Octal271276302520303177112
Binary10111001101111101100001010110011000110011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEC2; }

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

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

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

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

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

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

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

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