Shades of Blue Haze #B5B0C1
Tints of Blue Haze #B5B0C1
RGB
CMYK
RGB Variations
Color information
#B5B0C1 (or 0xB5B0C1) is known color: Blue Haze. HEX triplet: B5, B0 and C1. RGB value is (181,176,193). Sum of RGB (Red+Green+Blue) = 181+176+193=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0C1 is #4A4F3E. Grayscale: #B3B3B3. Windows color (decimal): -4869951 or 12693685. OLE color: 12693685.
HSL color Cylindrical-coordinate representation of color #B5B0C1: hue angle of 257.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5B0C1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 176 | 193 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.24 |
| HSL | 257.65º | 0.12% | 0.72% | - |
| HSV(B) | 257.65º | 0.09% | 0.76% | - |
| XYZ | 44.21 | 44.72 | 56.75 | - |
| YUV | 179.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 193 | 0.06 | 0.09 | 0 | 0.24 | 257.65 | 0.12 | 0.72 |
| Hex | B5 | B0 | C1 | 6 | 9 | 0 | 18 | 102 | C | 48 |
| Octal | 265 | 260 | 301 | 6 | 11 | 0 | 30 | 402 | 14 | 110 |
| Binary | 10110101 | 10110000 | 11000001 | 110 | 1001 | 0 | 11000 | 100000010 | 1100 | 1001000 |
Color Harmonies of #B5B0C1
Complementary color
Monochromatic Colors of #B5B0C1
Black with #B5B0C1
Text Example
Text Example
White with #B5B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0C1; }
p { color: rgb(181,176,193); }
H1.HeaderClassName
{
color: #B5B0C1;
}
.AnyTagClassName
{
color: #B5B0C1;
}
</style>
background-color css
<style>
a { background-color: #B5B0C1; }
a { background-color: rgb(181,176,193); }
div.DivClassName
{
background-color: #B5B0C1;
}
.BgClassName
{
background-color: #B5B0C1;
}
</style>
border-color css
<style>
span { border-color: #B5B0C1; }
span { border-color: rgb(181,176,193); }
td.TdClassName
{
border-color: #B5B0C1;
}
.TagClassName
{
border-color: #B5B0C1;
}
</style>