Shades of Blue Haze #B8B3CB
Tints of Blue Haze #B8B3CB
RGB
CMYK
RGB Variations
Color information
#B8B3CB (or 0xB8B3CB) is known color: Blue Haze. HEX triplet: B8, B3 and CB. RGB value is (184,179,203). Sum of RGB (Red+Green+Blue) = 184+179+203=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8B3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B3CB is #474C34. Grayscale: #B7B7B7. Windows color (decimal): -4672565 or 13349816. OLE color: 13349816.
HSL color Cylindrical-coordinate representation of color #B8B3CB: hue angle of 252.5º 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 #B8B3CB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 179 | 203 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.20 |
| HSL | 252.5º | 0.19% | 0.75% | - |
| HSV(B) | 252.5º | 0.12% | 0.8% | - |
| XYZ | 46.67 | 46.74 | 63.06 | - |
| YUV | 183.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 203 | 0.09 | 0.12 | 0 | 0.20 | 252.5 | 0.19 | 0.75 |
| Hex | B8 | B3 | CB | 9 | C | 0 | 14 | FD | 13 | 4B |
| Octal | 270 | 263 | 313 | 11 | 14 | 0 | 24 | 375 | 23 | 113 |
| Binary | 10111000 | 10110011 | 11001011 | 1001 | 1100 | 0 | 10100 | 11111101 | 10011 | 1001011 |
Color Harmonies of #B8B3CB
Complementary color
Monochromatic Colors of #B8B3CB
Black with #B8B3CB
Text Example
Text Example
White with #B8B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B3CB; }
p { color: rgb(184,179,203); }
H1.HeaderClassName
{
color: #B8B3CB;
}
.AnyTagClassName
{
color: #B8B3CB;
}
</style>
background-color css
<style>
a { background-color: #B8B3CB; }
a { background-color: rgb(184,179,203); }
div.DivClassName
{
background-color: #B8B3CB;
}
.BgClassName
{
background-color: #B8B3CB;
}
</style>
border-color css
<style>
span { border-color: #B8B3CB; }
span { border-color: rgb(184,179,203); }
td.TdClassName
{
border-color: #B8B3CB;
}
.TagClassName
{
border-color: #B8B3CB;
}
</style>