Shades of Blue Haze #B9B5C2
Tints of Blue Haze #B9B5C2
RGB
CMYK
RGB Variations
Color information
#B9B5C2 (or 0xB9B5C2) is known color: Blue Haze. HEX triplet: B9, B5 and C2. RGB value is (185,181,194). Sum of RGB (Red+Green+Blue) = 185+181+194=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9B5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5C2 is #464A3D. Grayscale: #B7B7B7. Windows color (decimal): -4606526 or 12760505. OLE color: 12760505.
HSL color Cylindrical-coordinate representation of color #B9B5C2: hue angle of 258.46º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9B5C2 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 185 | 181 | 194 | - |
CMYK | 0.05 | 0.07 | 0 | 0.24 |
HSL | 258.46º | 0.1% | 0.74% | - |
HSV(B) | 258.46º | 0.07% | 0.76% | - |
XYZ | 46.27 | 47.26 | 57.72 | - |
YUV | 183.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 181 | 194 | 0.05 | 0.07 | 0 | 0.24 | 258.46 | 0.1 | 0.74 |
Hex | B9 | B5 | C2 | 5 | 7 | 0 | 18 | 102 | A | 4A |
Octal | 271 | 265 | 302 | 5 | 7 | 0 | 30 | 402 | 12 | 112 |
Binary | 10111001 | 10110101 | 11000010 | 101 | 111 | 0 | 11000 | 100000010 | 1010 | 1001010 |
Color Harmonies of #B9B5C2
Complementary color
Monochromatic Colors of #B9B5C2
Black with #B9B5C2
Text Example
Text Example
White with #B9B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B5C2; }
p { color: rgb(185,181,194); }
H1.HeaderClassName
{
color: #B9B5C2;
}
.AnyTagClassName
{
color: #B9B5C2;
}
</style>
background-color css
<style>
a { background-color: #B9B5C2; }
a { background-color: rgb(185,181,194); }
div.DivClassName
{
background-color: #B9B5C2;
}
.BgClassName
{
background-color: #B9B5C2;
}
</style>
border-color css
<style>
span { border-color: #B9B5C2; }
span { border-color: rgb(185,181,194); }
td.TdClassName
{
border-color: #B9B5C2;
}
.TagClassName
{
border-color: #B9B5C2;
}
</style>