#B9B6CD

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

Shades of Blue Haze #B9B6CD

Tints of Blue Haze #B9B6CD

Color information

#B9B6CD (or 0xB9B6CD) is unknown color: approx Blue Haze. HEX triplet: B9, B6 and CD. RGB value is (185,182,205). Sum of RGB (Red+Green+Blue) = 185+182+205=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6CD is #464932. Grayscale: #B9B9B9. Windows color (decimal): -4606259 or 13481657. OLE color: 13481657.

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

Color convert

RGB185182205-
CMYK0.100.1100.20
HSL247.83º18.7%75.88%-
HSV(B)247.83º11.22%80.39%-
XYZ47.7548.1864.54-
YUV185.52138.99127.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=32.34%
G=31.82%
B=35.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851822050.100.1100.20247.8318.775.88
HexB9B6CDAB014f8134c
Octal271266315121302437023114
Binary1011100110110110110011011010101101010011111000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6CD; }

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

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

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

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

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

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

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

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