Shades of Blue Haze #B5B0C8
Tints of Blue Haze #B5B0C8
RGB
CMYK
RGB Variations
Color information
#B5B0C8 (or 0xB5B0C8) is known color: Blue Haze. HEX triplet: B5, B0 and C8. RGB value is (181,176,200). Sum of RGB (Red+Green+Blue) = 181+176+200=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #B5B0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0C8 is #4A4F37. Grayscale: #B4B4B4. Windows color (decimal): -4869944 or 13152437. OLE color: 13152437.
HSL color Cylindrical-coordinate representation of color #B5B0C8: hue angle of 252.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B0C8 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 176 | 200 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.22 |
| HSL | 252.5º | 0.18% | 0.74% | - |
| HSV(B) | 252.5º | 0.12% | 0.78% | - |
| XYZ | 45.01 | 45.04 | 60.97 | - |
| YUV | 180.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 200 | 0.09 | 0.12 | 0 | 0.22 | 252.5 | 0.18 | 0.74 |
| Hex | B5 | B0 | C8 | 9 | C | 0 | 16 | FD | 12 | 4A |
| Octal | 265 | 260 | 310 | 11 | 14 | 0 | 26 | 375 | 22 | 112 |
| Binary | 10110101 | 10110000 | 11001000 | 1001 | 1100 | 0 | 10110 | 11111101 | 10010 | 1001010 |
Color Harmonies of #B5B0C8
Complementary color
Monochromatic Colors of #B5B0C8
Black with #B5B0C8
Text Example
Text Example
White with #B5B0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0C8; }
p { color: rgb(181,176,200); }
H1.HeaderClassName
{
color: #B5B0C8;
}
.AnyTagClassName
{
color: #B5B0C8;
}
</style>
background-color css
<style>
a { background-color: #B5B0C8; }
a { background-color: rgb(181,176,200); }
div.DivClassName
{
background-color: #B5B0C8;
}
.BgClassName
{
background-color: #B5B0C8;
}
</style>
border-color css
<style>
span { border-color: #B5B0C8; }
span { border-color: rgb(181,176,200); }
td.TdClassName
{
border-color: #B5B0C8;
}
.TagClassName
{
border-color: #B5B0C8;
}
</style>