Shades of Blue Haze #B5B0CE
Tints of Blue Haze #B5B0CE
RGB
CMYK
RGB Variations
Color information
#B5B0CE (or 0xB5B0CE) is known color: Blue Haze. HEX triplet: B5, B0 and CE. RGB value is (181,176,206). Sum of RGB (Red+Green+Blue) = 181+176+206=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0CE is #4A4F31. Grayscale: #B4B4B4. Windows color (decimal): -4869938 or 13545653. OLE color: 13545653.
HSL color Cylindrical-coordinate representation of color #B5B0CE: hue angle of 250º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5B0CE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 176 | 206 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.19 |
| HSL | 250º | 0.23% | 0.75% | - |
| HSV(B) | 250º | 0.15% | 0.81% | - |
| XYZ | 45.72 | 45.33 | 64.73 | - |
| YUV | 180.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 206 | 0.12 | 0.15 | 0 | 0.19 | 250 | 0.23 | 0.75 |
| Hex | B5 | B0 | CE | C | F | 0 | 13 | FA | 17 | 4B |
| Octal | 265 | 260 | 316 | 14 | 17 | 0 | 23 | 372 | 27 | 113 |
| Binary | 10110101 | 10110000 | 11001110 | 1100 | 1111 | 0 | 10011 | 11111010 | 10111 | 1001011 |
Color Harmonies of #B5B0CE
Complementary color
Monochromatic Colors of #B5B0CE
Black with #B5B0CE
Text Example
Text Example
White with #B5B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0CE; }
p { color: rgb(181,176,206); }
H1.HeaderClassName
{
color: #B5B0CE;
}
.AnyTagClassName
{
color: #B5B0CE;
}
</style>
background-color css
<style>
a { background-color: #B5B0CE; }
a { background-color: rgb(181,176,206); }
div.DivClassName
{
background-color: #B5B0CE;
}
.BgClassName
{
background-color: #B5B0CE;
}
</style>
border-color css
<style>
span { border-color: #B5B0CE; }
span { border-color: rgb(181,176,206); }
td.TdClassName
{
border-color: #B5B0CE;
}
.TagClassName
{
border-color: #B5B0CE;
}
</style>