#B9B6CF

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

Shades of Blue Haze #B9B6CF

Tints of Blue Haze #B9B6CF

Color information

#B9B6CF (or 0xB9B6CF) is unknown color: approx Blue Haze. HEX triplet: B9, B6 and CF. RGB value is (185,182,207). Sum of RGB (Red+Green+Blue) = 185+182+207=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9B6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6CF is #464930. Grayscale: #B9B9B9. Windows color (decimal): -4606257 or 13612729. OLE color: 13612729.

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

Color convert

RGB185182207-
CMYK0.110.1200.19
HSL247.2º20.66%76.27%-
HSV(B)247.2º12.08%81.18%-
XYZ4848.2865.82-
YUV185.75139.99127.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=32.23%
G=31.71%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851822070.110.1200.19247.220.6676.27
HexB9B6CFBC013f7154c
Octal271266317131402336725114
Binary1011100110110110110011111011110001001111110111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6CF; }

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

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

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

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

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

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

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

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