Shades of Blue Haze #B8B1CF
Tints of Blue Haze #B8B1CF
RGB
CMYK
RGB Variations
Color information
#B8B1CF (or 0xB8B1CF) is known color: Blue Haze. HEX triplet: B8, B1 and CF. RGB value is (184,177,207). Sum of RGB (Red+Green+Blue) = 184+177+207=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B1CF is #474E30. Grayscale: #B6B6B6. Windows color (decimal): -4673073 or 13611448. OLE color: 13611448.
HSL color Cylindrical-coordinate representation of color #B8B1CF: hue angle of 254º degrees, saturation: 0.24, 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 #B8B1CF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 177 | 207 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.19 |
| HSL | 254º | 0.24% | 0.75% | - |
| HSV(B) | 254º | 0.14% | 0.81% | - |
| XYZ | 46.75 | 46.14 | 65.47 | - |
| YUV | 182.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 207 | 0.11 | 0.14 | 0 | 0.19 | 254 | 0.24 | 0.75 |
| Hex | B8 | B1 | CF | B | E | 0 | 13 | FE | 18 | 4B |
| Octal | 270 | 261 | 317 | 13 | 16 | 0 | 23 | 376 | 30 | 113 |
| Binary | 10111000 | 10110001 | 11001111 | 1011 | 1110 | 0 | 10011 | 11111110 | 11000 | 1001011 |
Color Harmonies of #B8B1CF
Complementary color
Monochromatic Colors of #B8B1CF
Black with #B8B1CF
Text Example
Text Example
White with #B8B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B1CF; }
p { color: rgb(184,177,207); }
H1.HeaderClassName
{
color: #B8B1CF;
}
.AnyTagClassName
{
color: #B8B1CF;
}
</style>
background-color css
<style>
a { background-color: #B8B1CF; }
a { background-color: rgb(184,177,207); }
div.DivClassName
{
background-color: #B8B1CF;
}
.BgClassName
{
background-color: #B8B1CF;
}
</style>
border-color css
<style>
span { border-color: #B8B1CF; }
span { border-color: rgb(184,177,207); }
td.TdClassName
{
border-color: #B8B1CF;
}
.TagClassName
{
border-color: #B8B1CF;
}
</style>