Shades of Blue Haze #B7B1CE
Tints of Blue Haze #B7B1CE
RGB
CMYK
RGB Variations
Color information
#B7B1CE (or 0xB7B1CE) is known color: Blue Haze. HEX triplet: B7, B1 and CE. RGB value is (183,177,206). Sum of RGB (Red+Green+Blue) = 183+177+206=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1CE is #484E31. Grayscale: #B5B5B5. Windows color (decimal): -4738610 or 13545911. OLE color: 13545911.
HSL color Cylindrical-coordinate representation of color #B7B1CE: 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 #B7B1CE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 177 | 206 | - |
| 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.39 | 45.97 | 64.82 | - |
| YUV | 182.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 206 | 0.11 | 0.14 | 0 | 0.19 | 252.41 | 0.23 | 0.75 |
| Hex | B7 | B1 | CE | B | E | 0 | 13 | FC | 17 | 4B |
| Octal | 267 | 261 | 316 | 13 | 16 | 0 | 23 | 374 | 27 | 113 |
| Binary | 10110111 | 10110001 | 11001110 | 1011 | 1110 | 0 | 10011 | 11111100 | 10111 | 1001011 |
Color Harmonies of #B7B1CE
Complementary color
Monochromatic Colors of #B7B1CE
Black with #B7B1CE
Text Example
Text Example
White with #B7B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B1CE; }
p { color: rgb(183,177,206); }
H1.HeaderClassName
{
color: #B7B1CE;
}
.AnyTagClassName
{
color: #B7B1CE;
}
</style>
background-color css
<style>
a { background-color: #B7B1CE; }
a { background-color: rgb(183,177,206); }
div.DivClassName
{
background-color: #B7B1CE;
}
.BgClassName
{
background-color: #B7B1CE;
}
</style>
border-color css
<style>
span { border-color: #B7B1CE; }
span { border-color: rgb(183,177,206); }
td.TdClassName
{
border-color: #B7B1CE;
}
.TagClassName
{
border-color: #B7B1CE;
}
</style>