#B9B6D0

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

Shades of Blue Haze #B9B6D0

Tints of Blue Haze #B9B6D0

Color information

#B9B6D0 (or 0xB9B6D0) is unknown color: approx Blue Haze. HEX triplet: B9, B6 and D0. RGB value is (185,182,208). Sum of RGB (Red+Green+Blue) = 185+182+208=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9B6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6D0 is #46492F. Grayscale: #B9B9B9. Windows color (decimal): -4606256 or 13678265. OLE color: 13678265.

HSL color Cylindrical-coordinate representation of color #B9B6D0: hue angle of 246.92º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9B6D0 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185182208-
CMYK0.110.1200.18
HSL246.92º21.67%76.47%-
HSV(B)246.92º12.5%81.57%-
XYZ48.1248.3266.47-
YUV185.86140.49127.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=32.17%
G=31.65%
B=36.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851822080.110.1200.18246.9221.6776.47
HexB9B6D0BC012f7164c
Octal271266320131402236726114
Binary1011100110110110110100001011110001001011110111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6D0; }

 p { color: rgb(185,182,208); }

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

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

 a { background-color: rgb(185,182,208); }

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

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

 span { border-color: rgb(185,182,208); }

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