Shades of Blue Haze #B5B0C7
Tints of Blue Haze #B5B0C7
RGB
CMYK
RGB Variations
Color information
#B5B0C7 (or 0xB5B0C7) is known color: Blue Haze. HEX triplet: B5, B0 and C7. RGB value is (181,176,199). Sum of RGB (Red+Green+Blue) = 181+176+199=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #B5B0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0C7 is #4A4F38. Grayscale: #B4B4B4. Windows color (decimal): -4869945 or 13086901. OLE color: 13086901.
HSL color Cylindrical-coordinate representation of color #B5B0C7: hue angle of 253.04º degrees, saturation: 0.17, 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 #B5B0C7 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 176 | 199 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.22 |
| HSL | 253.04º | 0.17% | 0.74% | - |
| HSV(B) | 253.04º | 0.12% | 0.78% | - |
| XYZ | 44.89 | 45 | 60.35 | - |
| YUV | 180.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 199 | 0.09 | 0.12 | 0 | 0.22 | 253.04 | 0.17 | 0.74 |
| Hex | B5 | B0 | C7 | 9 | C | 0 | 16 | FD | 11 | 4A |
| Octal | 265 | 260 | 307 | 11 | 14 | 0 | 26 | 375 | 21 | 112 |
| Binary | 10110101 | 10110000 | 11000111 | 1001 | 1100 | 0 | 10110 | 11111101 | 10001 | 1001010 |
Color Harmonies of #B5B0C7
Complementary color
Monochromatic Colors of #B5B0C7
Black with #B5B0C7
Text Example
Text Example
White with #B5B0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0C7; }
p { color: rgb(181,176,199); }
H1.HeaderClassName
{
color: #B5B0C7;
}
.AnyTagClassName
{
color: #B5B0C7;
}
</style>
background-color css
<style>
a { background-color: #B5B0C7; }
a { background-color: rgb(181,176,199); }
div.DivClassName
{
background-color: #B5B0C7;
}
.BgClassName
{
background-color: #B5B0C7;
}
</style>
border-color css
<style>
span { border-color: #B5B0C7; }
span { border-color: rgb(181,176,199); }
td.TdClassName
{
border-color: #B5B0C7;
}
.TagClassName
{
border-color: #B5B0C7;
}
</style>