Shades of Blue Haze #B8B3CE
Tints of Blue Haze #B8B3CE
RGB
CMYK
RGB Variations
Color information
#B8B3CE (or 0xB8B3CE) is known color: Blue Haze. HEX triplet: B8, B3 and CE. RGB value is (184,179,206). Sum of RGB (Red+Green+Blue) = 184+179+206=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B3CE is #474C31. Grayscale: #B7B7B7. Windows color (decimal): -4672562 or 13546424. OLE color: 13546424.
HSL color Cylindrical-coordinate representation of color #B8B3CE: hue angle of 251.11º 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 #B8B3CE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 179 | 206 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.19 |
| HSL | 251.11º | 0.22% | 0.75% | - |
| HSV(B) | 251.11º | 0.13% | 0.81% | - |
| XYZ | 47.03 | 46.89 | 64.96 | - |
| YUV | 183.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 206 | 0.11 | 0.13 | 0 | 0.19 | 251.11 | 0.22 | 0.75 |
| Hex | B8 | B3 | CE | B | D | 0 | 13 | FB | 16 | 4B |
| Octal | 270 | 263 | 316 | 13 | 15 | 0 | 23 | 373 | 26 | 113 |
| Binary | 10111000 | 10110011 | 11001110 | 1011 | 1101 | 0 | 10011 | 11111011 | 10110 | 1001011 |
Color Harmonies of #B8B3CE
Complementary color
Monochromatic Colors of #B8B3CE
Black with #B8B3CE
Text Example
Text Example
White with #B8B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B3CE; }
p { color: rgb(184,179,206); }
H1.HeaderClassName
{
color: #B8B3CE;
}
.AnyTagClassName
{
color: #B8B3CE;
}
</style>
background-color css
<style>
a { background-color: #B8B3CE; }
a { background-color: rgb(184,179,206); }
div.DivClassName
{
background-color: #B8B3CE;
}
.BgClassName
{
background-color: #B8B3CE;
}
</style>
border-color css
<style>
span { border-color: #B8B3CE; }
span { border-color: rgb(184,179,206); }
td.TdClassName
{
border-color: #B8B3CE;
}
.TagClassName
{
border-color: #B8B3CE;
}
</style>