Shades of Blue Haze #B5B2CB
Tints of Blue Haze #B5B2CB
RGB
CMYK
RGB Variations
Color information
#B5B2CB (or 0xB5B2CB) is known color: Blue Haze. HEX triplet: B5, B2 and CB. RGB value is (181,178,203). Sum of RGB (Red+Green+Blue) = 181+178+203=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2CB is #4A4D34. Grayscale: #B5B5B5. Windows color (decimal): -4869429 or 13349557. OLE color: 13349557.
HSL color Cylindrical-coordinate representation of color #B5B2CB: hue angle of 247.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B2CB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 178 | 203 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.20 |
| HSL | 247.2º | 0.19% | 0.75% | - |
| HSV(B) | 247.2º | 0.12% | 0.8% | - |
| XYZ | 45.76 | 45.98 | 62.96 | - |
| YUV | 181.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 203 | 0.11 | 0.12 | 0 | 0.20 | 247.2 | 0.19 | 0.75 |
| Hex | B5 | B2 | CB | B | C | 0 | 14 | F7 | 13 | 4B |
| Octal | 265 | 262 | 313 | 13 | 14 | 0 | 24 | 367 | 23 | 113 |
| Binary | 10110101 | 10110010 | 11001011 | 1011 | 1100 | 0 | 10100 | 11110111 | 10011 | 1001011 |
Color Harmonies of #B5B2CB
Complementary color
Monochromatic Colors of #B5B2CB
Black with #B5B2CB
Text Example
Text Example
White with #B5B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B2CB; }
p { color: rgb(181,178,203); }
H1.HeaderClassName
{
color: #B5B2CB;
}
.AnyTagClassName
{
color: #B5B2CB;
}
</style>
background-color css
<style>
a { background-color: #B5B2CB; }
a { background-color: rgb(181,178,203); }
div.DivClassName
{
background-color: #B5B2CB;
}
.BgClassName
{
background-color: #B5B2CB;
}
</style>
border-color css
<style>
span { border-color: #B5B2CB; }
span { border-color: rgb(181,178,203); }
td.TdClassName
{
border-color: #B5B2CB;
}
.TagClassName
{
border-color: #B5B2CB;
}
</style>