Shades of Blue Haze #B5B3C1
Tints of Blue Haze #B5B3C1
RGB
CMYK
RGB Variations
Color information
#B5B3C1 (or 0xB5B3C1) is known color: Blue Haze. HEX triplet: B5, B3 and C1. RGB value is (181,179,193). Sum of RGB (Red+Green+Blue) = 181+179+193=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5B3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B3C1 is #4A4C3E. Grayscale: #B5B5B5. Windows color (decimal): -4869183 or 12694453. OLE color: 12694453.
HSL color Cylindrical-coordinate representation of color #B5B3C1: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5B3C1 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 179 | 193 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.24 |
| HSL | 248.57º | 0.1% | 0.73% | - |
| HSV(B) | 248.57º | 0.07% | 0.76% | - |
| XYZ | 44.8 | 45.91 | 56.95 | - |
| YUV | 181.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 193 | 0.06 | 0.07 | 0 | 0.24 | 248.57 | 0.1 | 0.73 |
| Hex | B5 | B3 | C1 | 6 | 7 | 0 | 18 | F9 | A | 49 |
| Octal | 265 | 263 | 301 | 6 | 7 | 0 | 30 | 371 | 12 | 111 |
| Binary | 10110101 | 10110011 | 11000001 | 110 | 111 | 0 | 11000 | 11111001 | 1010 | 1001001 |
Color Harmonies of #B5B3C1
Complementary color
Monochromatic Colors of #B5B3C1
Black with #B5B3C1
Text Example
Text Example
White with #B5B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B3C1; }
p { color: rgb(181,179,193); }
H1.HeaderClassName
{
color: #B5B3C1;
}
.AnyTagClassName
{
color: #B5B3C1;
}
</style>
background-color css
<style>
a { background-color: #B5B3C1; }
a { background-color: rgb(181,179,193); }
div.DivClassName
{
background-color: #B5B3C1;
}
.BgClassName
{
background-color: #B5B3C1;
}
</style>
border-color css
<style>
span { border-color: #B5B3C1; }
span { border-color: rgb(181,179,193); }
td.TdClassName
{
border-color: #B5B3C1;
}
.TagClassName
{
border-color: #B5B3C1;
}
</style>