Shades of Blue Haze #B8B2CF
Tints of Blue Haze #B8B2CF
RGB
CMYK
RGB Variations
Color information
#B8B2CF (or 0xB8B2CF) is known color: Blue Haze. HEX triplet: B8, B2 and CF. RGB value is (184,178,207). Sum of RGB (Red+Green+Blue) = 184+178+207=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2CF is #474D30. Grayscale: #B6B6B6. Windows color (decimal): -4672817 or 13611704. OLE color: 13611704.
HSL color Cylindrical-coordinate representation of color #B8B2CF: hue angle of 252.41º degrees, saturation: 0.23, 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 #B8B2CF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 178 | 207 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.19 |
| HSL | 252.41º | 0.23% | 0.75% | - |
| HSV(B) | 252.41º | 0.14% | 0.81% | - |
| XYZ | 46.95 | 46.54 | 65.54 | - |
| YUV | 183.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 207 | 0.11 | 0.14 | 0 | 0.19 | 252.41 | 0.23 | 0.75 |
| Hex | B8 | B2 | CF | B | E | 0 | 13 | FC | 17 | 4B |
| Octal | 270 | 262 | 317 | 13 | 16 | 0 | 23 | 374 | 27 | 113 |
| Binary | 10111000 | 10110010 | 11001111 | 1011 | 1110 | 0 | 10011 | 11111100 | 10111 | 1001011 |
Color Harmonies of #B8B2CF
Complementary color
Monochromatic Colors of #B8B2CF
Black with #B8B2CF
Text Example
Text Example
White with #B8B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2CF; }
p { color: rgb(184,178,207); }
H1.HeaderClassName
{
color: #B8B2CF;
}
.AnyTagClassName
{
color: #B8B2CF;
}
</style>
background-color css
<style>
a { background-color: #B8B2CF; }
a { background-color: rgb(184,178,207); }
div.DivClassName
{
background-color: #B8B2CF;
}
.BgClassName
{
background-color: #B8B2CF;
}
</style>
border-color css
<style>
span { border-color: #B8B2CF; }
span { border-color: rgb(184,178,207); }
td.TdClassName
{
border-color: #B8B2CF;
}
.TagClassName
{
border-color: #B8B2CF;
}
</style>