Shades of Blue Haze #B7B2CC
Tints of Blue Haze #B7B2CC
RGB
CMYK
RGB Variations
Color information
#B7B2CC (or 0xB7B2CC) is known color: Blue Haze. HEX triplet: B7, B2 and CC. RGB value is (183,178,204). Sum of RGB (Red+Green+Blue) = 183+178+204=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2CC is #484D33. Grayscale: #B6B6B6. Windows color (decimal): -4738356 or 13415095. OLE color: 13415095.
HSL color Cylindrical-coordinate representation of color #B7B2CC: hue angle of 251.54º 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 #B7B2CC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 178 | 204 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.2 |
| HSL | 251.54º | 0.2% | 0.75% | - |
| HSV(B) | 251.54º | 0.13% | 0.8% | - |
| XYZ | 46.35 | 46.27 | 63.61 | - |
| YUV | 182.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 204 | 0.10 | 0.13 | 0 | 0.2 | 251.54 | 0.2 | 0.75 |
| Hex | B7 | B2 | CC | A | D | 0 | 14 | FC | 14 | 4B |
| Octal | 267 | 262 | 314 | 12 | 15 | 0 | 24 | 374 | 24 | 113 |
| Binary | 10110111 | 10110010 | 11001100 | 1010 | 1101 | 0 | 10100 | 11111100 | 10100 | 1001011 |
Color Harmonies of #B7B2CC
Complementary color
Monochromatic Colors of #B7B2CC
Black with #B7B2CC
Text Example
Text Example
White with #B7B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2CC; }
p { color: rgb(183,178,204); }
H1.HeaderClassName
{
color: #B7B2CC;
}
.AnyTagClassName
{
color: #B7B2CC;
}
</style>
background-color css
<style>
a { background-color: #B7B2CC; }
a { background-color: rgb(183,178,204); }
div.DivClassName
{
background-color: #B7B2CC;
}
.BgClassName
{
background-color: #B7B2CC;
}
</style>
border-color css
<style>
span { border-color: #B7B2CC; }
span { border-color: rgb(183,178,204); }
td.TdClassName
{
border-color: #B7B2CC;
}
.TagClassName
{
border-color: #B7B2CC;
}
</style>