Shades of Blue Haze #B2ACC0
Tints of Blue Haze #B2ACC0
RGB
CMYK
RGB Variations
Color information
#B2ACC0 (or 0xB2ACC0) is known color: Blue Haze. HEX triplet: B2, AC and C0. RGB value is (178,172,192). Sum of RGB (Red+Green+Blue) = 178+172+192=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACC0 is #4D533F. Grayscale: #B0B0B0. Windows color (decimal): -5067584 or 12627122. OLE color: 12627122.
HSL color Cylindrical-coordinate representation of color #B2ACC0: hue angle of 258º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ACC0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 172 | 192 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.25 |
| HSL | 258º | 0.14% | 0.71% | - |
| HSV(B) | 258º | 0.1% | 0.75% | - |
| XYZ | 42.63 | 42.78 | 55.88 | - |
| YUV | 176.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 192 | 0.07 | 0.10 | 0 | 0.25 | 258 | 0.14 | 0.71 |
| Hex | B2 | AC | C0 | 7 | A | 0 | 19 | 102 | E | 47 |
| Octal | 262 | 254 | 300 | 7 | 12 | 0 | 31 | 402 | 16 | 107 |
| Binary | 10110010 | 10101100 | 11000000 | 111 | 1010 | 0 | 11001 | 100000010 | 1110 | 1000111 |
Color Harmonies of #B2ACC0
Complementary color
Monochromatic Colors of #B2ACC0
Black with #B2ACC0
Text Example
Text Example
White with #B2ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACC0; }
p { color: rgb(178,172,192); }
H1.HeaderClassName
{
color: #B2ACC0;
}
.AnyTagClassName
{
color: #B2ACC0;
}
</style>
background-color css
<style>
a { background-color: #B2ACC0; }
a { background-color: rgb(178,172,192); }
div.DivClassName
{
background-color: #B2ACC0;
}
.BgClassName
{
background-color: #B2ACC0;
}
</style>
border-color css
<style>
span { border-color: #B2ACC0; }
span { border-color: rgb(178,172,192); }
td.TdClassName
{
border-color: #B2ACC0;
}
.TagClassName
{
border-color: #B2ACC0;
}
</style>