Shades of Blue Haze #B5B3C9
Tints of Blue Haze #B5B3C9
RGB
CMYK
RGB Variations
Color information
#B5B3C9 (or 0xB5B3C9) is known color: Blue Haze. HEX triplet: B5, B3 and C9. RGB value is (181,179,201). Sum of RGB (Red+Green+Blue) = 181+179+201=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5B3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B3C9 is #4A4C36. Grayscale: #B6B6B6. Windows color (decimal): -4869175 or 13218741. OLE color: 13218741.
HSL color Cylindrical-coordinate representation of color #B5B3C9: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5B3C9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 179 | 201 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.21 |
| HSL | 245.45º | 0.17% | 0.75% | - |
| HSV(B) | 245.45º | 0.11% | 0.79% | - |
| XYZ | 45.72 | 46.28 | 61.78 | - |
| YUV | 182.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 201 | 0.10 | 0.11 | 0 | 0.21 | 245.45 | 0.17 | 0.75 |
| Hex | B5 | B3 | C9 | A | B | 0 | 15 | F5 | 11 | 4B |
| Octal | 265 | 263 | 311 | 12 | 13 | 0 | 25 | 365 | 21 | 113 |
| Binary | 10110101 | 10110011 | 11001001 | 1010 | 1011 | 0 | 10101 | 11110101 | 10001 | 1001011 |
Color Harmonies of #B5B3C9
Complementary color
Monochromatic Colors of #B5B3C9
Black with #B5B3C9
Text Example
Text Example
White with #B5B3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B3C9; }
p { color: rgb(181,179,201); }
H1.HeaderClassName
{
color: #B5B3C9;
}
.AnyTagClassName
{
color: #B5B3C9;
}
</style>
background-color css
<style>
a { background-color: #B5B3C9; }
a { background-color: rgb(181,179,201); }
div.DivClassName
{
background-color: #B5B3C9;
}
.BgClassName
{
background-color: #B5B3C9;
}
</style>
border-color css
<style>
span { border-color: #B5B3C9; }
span { border-color: rgb(181,179,201); }
td.TdClassName
{
border-color: #B5B3C9;
}
.TagClassName
{
border-color: #B5B3C9;
}
</style>