Shades of Blue Haze #B5B3CE
Tints of Blue Haze #B5B3CE
RGB
CMYK
RGB Variations
Color information
#B5B3CE (or 0xB5B3CE) is known color: Blue Haze. HEX triplet: B5, B3 and CE. RGB value is (181,179,206). Sum of RGB (Red+Green+Blue) = 181+179+206=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B3CE is #4A4C31. Grayscale: #B6B6B6. Windows color (decimal): -4869170 or 13546421. OLE color: 13546421.
HSL color Cylindrical-coordinate representation of color #B5B3CE: hue angle of 244.44º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5B3CE is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 179 | 206 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.19 |
| HSL | 244.44º | 0.22% | 0.75% | - |
| HSV(B) | 244.44º | 0.13% | 0.81% | - |
| XYZ | 46.32 | 46.52 | 64.93 | - |
| YUV | 182.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 206 | 0.12 | 0.13 | 0 | 0.19 | 244.44 | 0.22 | 0.75 |
| Hex | B5 | B3 | CE | C | D | 0 | 13 | F4 | 16 | 4B |
| Octal | 265 | 263 | 316 | 14 | 15 | 0 | 23 | 364 | 26 | 113 |
| Binary | 10110101 | 10110011 | 11001110 | 1100 | 1101 | 0 | 10011 | 11110100 | 10110 | 1001011 |
Color Harmonies of #B5B3CE
Complementary color
Monochromatic Colors of #B5B3CE
Black with #B5B3CE
Text Example
Text Example
White with #B5B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B3CE; }
p { color: rgb(181,179,206); }
H1.HeaderClassName
{
color: #B5B3CE;
}
.AnyTagClassName
{
color: #B5B3CE;
}
</style>
background-color css
<style>
a { background-color: #B5B3CE; }
a { background-color: rgb(181,179,206); }
div.DivClassName
{
background-color: #B5B3CE;
}
.BgClassName
{
background-color: #B5B3CE;
}
</style>
border-color css
<style>
span { border-color: #B5B3CE; }
span { border-color: rgb(181,179,206); }
td.TdClassName
{
border-color: #B5B3CE;
}
.TagClassName
{
border-color: #B5B3CE;
}
</style>