Shades of Blue Haze #B5B2CE
Tints of Blue Haze #B5B2CE
RGB
CMYK
RGB Variations
Color information
#B5B2CE (or 0xB5B2CE) is known color: Blue Haze. HEX triplet: B5, B2 and CE. RGB value is (181,178,206). Sum of RGB (Red+Green+Blue) = 181+178+206=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2CE is #4A4D31. Grayscale: #B5B5B5. Windows color (decimal): -4869426 or 13546165. OLE color: 13546165.
HSL color Cylindrical-coordinate representation of color #B5B2CE: hue angle of 246.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5B2CE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 178 | 206 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.19 |
| HSL | 246.43º | 0.22% | 0.75% | - |
| HSV(B) | 246.43º | 0.14% | 0.81% | - |
| XYZ | 46.12 | 46.12 | 64.86 | - |
| YUV | 182.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 206 | 0.12 | 0.14 | 0 | 0.19 | 246.43 | 0.22 | 0.75 |
| Hex | B5 | B2 | CE | C | E | 0 | 13 | F6 | 16 | 4B |
| Octal | 265 | 262 | 316 | 14 | 16 | 0 | 23 | 366 | 26 | 113 |
| Binary | 10110101 | 10110010 | 11001110 | 1100 | 1110 | 0 | 10011 | 11110110 | 10110 | 1001011 |
Color Harmonies of #B5B2CE
Complementary color
Monochromatic Colors of #B5B2CE
Black with #B5B2CE
Text Example
Text Example
White with #B5B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B2CE; }
p { color: rgb(181,178,206); }
H1.HeaderClassName
{
color: #B5B2CE;
}
.AnyTagClassName
{
color: #B5B2CE;
}
</style>
background-color css
<style>
a { background-color: #B5B2CE; }
a { background-color: rgb(181,178,206); }
div.DivClassName
{
background-color: #B5B2CE;
}
.BgClassName
{
background-color: #B5B2CE;
}
</style>
border-color css
<style>
span { border-color: #B5B2CE; }
span { border-color: rgb(181,178,206); }
td.TdClassName
{
border-color: #B5B2CE;
}
.TagClassName
{
border-color: #B5B2CE;
}
</style>