Shades of Blue Haze #B5B0C9
Tints of Blue Haze #B5B0C9
RGB
CMYK
RGB Variations
Color information
#B5B0C9 (or 0xB5B0C9) is known color: Blue Haze. HEX triplet: B5, B0 and C9. RGB value is (181,176,201). Sum of RGB (Red+Green+Blue) = 181+176+201=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0C9 is #4A4F36. Grayscale: #B4B4B4. Windows color (decimal): -4869943 or 13217973. OLE color: 13217973.
HSL color Cylindrical-coordinate representation of color #B5B0C9: hue angle of 252º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B0C9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 176 | 201 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.21 |
| HSL | 252º | 0.19% | 0.74% | - |
| HSV(B) | 252º | 0.12% | 0.79% | - |
| XYZ | 45.12 | 45.09 | 61.58 | - |
| YUV | 180.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 201 | 0.10 | 0.12 | 0 | 0.21 | 252 | 0.19 | 0.74 |
| Hex | B5 | B0 | C9 | A | C | 0 | 15 | FC | 13 | 4A |
| Octal | 265 | 260 | 311 | 12 | 14 | 0 | 25 | 374 | 23 | 112 |
| Binary | 10110101 | 10110000 | 11001001 | 1010 | 1100 | 0 | 10101 | 11111100 | 10011 | 1001010 |
Color Harmonies of #B5B0C9
Complementary color
Monochromatic Colors of #B5B0C9
Black with #B5B0C9
Text Example
Text Example
White with #B5B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0C9; }
p { color: rgb(181,176,201); }
H1.HeaderClassName
{
color: #B5B0C9;
}
.AnyTagClassName
{
color: #B5B0C9;
}
</style>
background-color css
<style>
a { background-color: #B5B0C9; }
a { background-color: rgb(181,176,201); }
div.DivClassName
{
background-color: #B5B0C9;
}
.BgClassName
{
background-color: #B5B0C9;
}
</style>
border-color css
<style>
span { border-color: #B5B0C9; }
span { border-color: rgb(181,176,201); }
td.TdClassName
{
border-color: #B5B0C9;
}
.TagClassName
{
border-color: #B5B0C9;
}
</style>