Shades of Blue Haze #B5B0C4
Tints of Blue Haze #B5B0C4
RGB
CMYK
RGB Variations
Color information
#B5B0C4 (or 0xB5B0C4) is known color: Blue Haze. HEX triplet: B5, B0 and C4. RGB value is (181,176,196). Sum of RGB (Red+Green+Blue) = 181+176+196=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5B0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0C4 is #4A4F3B. Grayscale: #B3B3B3. Windows color (decimal): -4869948 or 12890293. OLE color: 12890293.
HSL color Cylindrical-coordinate representation of color #B5B0C4: hue angle of 255º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5B0C4 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 176 | 196 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.23 |
| HSL | 255º | 0.14% | 0.73% | - |
| HSV(B) | 255º | 0.1% | 0.77% | - |
| XYZ | 44.55 | 44.86 | 58.54 | - |
| YUV | 179.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 196 | 0.08 | 0.10 | 0 | 0.23 | 255 | 0.14 | 0.73 |
| Hex | B5 | B0 | C4 | 8 | A | 0 | 17 | FF | E | 49 |
| Octal | 265 | 260 | 304 | 10 | 12 | 0 | 27 | 377 | 16 | 111 |
| Binary | 10110101 | 10110000 | 11000100 | 1000 | 1010 | 0 | 10111 | 11111111 | 1110 | 1001001 |
Color Harmonies of #B5B0C4
Complementary color
Monochromatic Colors of #B5B0C4
Black with #B5B0C4
Text Example
Text Example
White with #B5B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0C4; }
p { color: rgb(181,176,196); }
H1.HeaderClassName
{
color: #B5B0C4;
}
.AnyTagClassName
{
color: #B5B0C4;
}
</style>
background-color css
<style>
a { background-color: #B5B0C4; }
a { background-color: rgb(181,176,196); }
div.DivClassName
{
background-color: #B5B0C4;
}
.BgClassName
{
background-color: #B5B0C4;
}
</style>
border-color css
<style>
span { border-color: #B5B0C4; }
span { border-color: rgb(181,176,196); }
td.TdClassName
{
border-color: #B5B0C4;
}
.TagClassName
{
border-color: #B5B0C4;
}
</style>