Shades of Blue Haze #B7B1CB
Tints of Blue Haze #B7B1CB
RGB
CMYK
RGB Variations
Color information
#B7B1CB (or 0xB7B1CB) is known color: Blue Haze. HEX triplet: B7, B1 and CB. RGB value is (183,177,203). Sum of RGB (Red+Green+Blue) = 183+177+203=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1CB is #484E34. Grayscale: #B5B5B5. Windows color (decimal): -4738613 or 13349303. OLE color: 13349303.
HSL color Cylindrical-coordinate representation of color #B7B1CB: hue angle of 253.85º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7B1CB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 177 | 203 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.20 |
| HSL | 253.85º | 0.2% | 0.75% | - |
| HSV(B) | 253.85º | 0.13% | 0.8% | - |
| XYZ | 46.03 | 45.82 | 62.92 | - |
| YUV | 181.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 203 | 0.10 | 0.13 | 0 | 0.20 | 253.85 | 0.2 | 0.75 |
| Hex | B7 | B1 | CB | A | D | 0 | 14 | FE | 14 | 4B |
| Octal | 267 | 261 | 313 | 12 | 15 | 0 | 24 | 376 | 24 | 113 |
| Binary | 10110111 | 10110001 | 11001011 | 1010 | 1101 | 0 | 10100 | 11111110 | 10100 | 1001011 |
Color Harmonies of #B7B1CB
Complementary color
Monochromatic Colors of #B7B1CB
Black with #B7B1CB
Text Example
Text Example
White with #B7B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B1CB; }
p { color: rgb(183,177,203); }
H1.HeaderClassName
{
color: #B7B1CB;
}
.AnyTagClassName
{
color: #B7B1CB;
}
</style>
background-color css
<style>
a { background-color: #B7B1CB; }
a { background-color: rgb(183,177,203); }
div.DivClassName
{
background-color: #B7B1CB;
}
.BgClassName
{
background-color: #B7B1CB;
}
</style>
border-color css
<style>
span { border-color: #B7B1CB; }
span { border-color: rgb(183,177,203); }
td.TdClassName
{
border-color: #B7B1CB;
}
.TagClassName
{
border-color: #B7B1CB;
}
</style>