Shades of Blue Haze #B7B1CF
Tints of Blue Haze #B7B1CF
RGB
CMYK
RGB Variations
Color information
#B7B1CF (or 0xB7B1CF) is known color: Blue Haze. HEX triplet: B7, B1 and CF. RGB value is (183,177,207). Sum of RGB (Red+Green+Blue) = 183+177+207=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1CF is #484E30. Grayscale: #B6B6B6. Windows color (decimal): -4738609 or 13611447. OLE color: 13611447.
HSL color Cylindrical-coordinate representation of color #B7B1CF: hue angle of 252º 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 #B7B1CF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 177 | 207 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.19 |
| HSL | 252º | 0.24% | 0.75% | - |
| HSV(B) | 252º | 0.14% | 0.81% | - |
| XYZ | 46.51 | 46.02 | 65.46 | - |
| YUV | 182.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 207 | 0.12 | 0.14 | 0 | 0.19 | 252 | 0.24 | 0.75 |
| Hex | B7 | B1 | CF | C | E | 0 | 13 | FC | 18 | 4B |
| Octal | 267 | 261 | 317 | 14 | 16 | 0 | 23 | 374 | 30 | 113 |
| Binary | 10110111 | 10110001 | 11001111 | 1100 | 1110 | 0 | 10011 | 11111100 | 11000 | 1001011 |
Color Harmonies of #B7B1CF
Complementary color
Monochromatic Colors of #B7B1CF
Black with #B7B1CF
Text Example
Text Example
White with #B7B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B1CF; }
p { color: rgb(183,177,207); }
H1.HeaderClassName
{
color: #B7B1CF;
}
.AnyTagClassName
{
color: #B7B1CF;
}
</style>
background-color css
<style>
a { background-color: #B7B1CF; }
a { background-color: rgb(183,177,207); }
div.DivClassName
{
background-color: #B7B1CF;
}
.BgClassName
{
background-color: #B7B1CF;
}
</style>
border-color css
<style>
span { border-color: #B7B1CF; }
span { border-color: rgb(183,177,207); }
td.TdClassName
{
border-color: #B7B1CF;
}
.TagClassName
{
border-color: #B7B1CF;
}
</style>