Shades of Blue Haze #B7B2CB
Tints of Blue Haze #B7B2CB
RGB
CMYK
RGB Variations
Color information
#B7B2CB (or 0xB7B2CB) is known color: Blue Haze. HEX triplet: B7, B2 and CB. RGB value is (183,178,203). Sum of RGB (Red+Green+Blue) = 183+178+203=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2CB is #484D34. Grayscale: #B6B6B6. Windows color (decimal): -4738357 or 13349559. OLE color: 13349559.
HSL color Cylindrical-coordinate representation of color #B7B2CB: hue angle of 252º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7B2CB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 178 | 203 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.20 |
| HSL | 252º | 0.19% | 0.75% | - |
| HSV(B) | 252º | 0.12% | 0.8% | - |
| XYZ | 46.23 | 46.22 | 62.98 | - |
| YUV | 182.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 203 | 0.10 | 0.12 | 0 | 0.20 | 252 | 0.19 | 0.75 |
| Hex | B7 | B2 | CB | A | C | 0 | 14 | FC | 13 | 4B |
| Octal | 267 | 262 | 313 | 12 | 14 | 0 | 24 | 374 | 23 | 113 |
| Binary | 10110111 | 10110010 | 11001011 | 1010 | 1100 | 0 | 10100 | 11111100 | 10011 | 1001011 |
Color Harmonies of #B7B2CB
Complementary color
Monochromatic Colors of #B7B2CB
Black with #B7B2CB
Text Example
Text Example
White with #B7B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2CB; }
p { color: rgb(183,178,203); }
H1.HeaderClassName
{
color: #B7B2CB;
}
.AnyTagClassName
{
color: #B7B2CB;
}
</style>
background-color css
<style>
a { background-color: #B7B2CB; }
a { background-color: rgb(183,178,203); }
div.DivClassName
{
background-color: #B7B2CB;
}
.BgClassName
{
background-color: #B7B2CB;
}
</style>
border-color css
<style>
span { border-color: #B7B2CB; }
span { border-color: rgb(183,178,203); }
td.TdClassName
{
border-color: #B7B2CB;
}
.TagClassName
{
border-color: #B7B2CB;
}
</style>