Shades of Blue Haze #B2ACCC
Tints of Blue Haze #B2ACCC
RGB
CMYK
RGB Variations
Color information
#B2ACCC (or 0xB2ACCC) is known color: Blue Haze. HEX triplet: B2, AC and CC. RGB value is (178,172,204). Sum of RGB (Red+Green+Blue) = 178+172+204=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACCC is #4D5333. Grayscale: #B1B1B1. Windows color (decimal): -5067572 or 13413554. OLE color: 13413554.
HSL color Cylindrical-coordinate representation of color #B2ACCC: hue angle of 251.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2ACCC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 172 | 204 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.2 |
| HSL | 251.25º | 0.24% | 0.74% | - |
| HSV(B) | 251.25º | 0.16% | 0.8% | - |
| XYZ | 44.01 | 43.33 | 63.17 | - |
| YUV | 177.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 204 | 0.13 | 0.16 | 0 | 0.2 | 251.25 | 0.24 | 0.74 |
| Hex | B2 | AC | CC | D | 10 | 0 | 14 | FB | 18 | 4A |
| Octal | 262 | 254 | 314 | 15 | 20 | 0 | 24 | 373 | 30 | 112 |
| Binary | 10110010 | 10101100 | 11001100 | 1101 | 10000 | 0 | 10100 | 11111011 | 11000 | 1001010 |
Color Harmonies of #B2ACCC
Complementary color
Monochromatic Colors of #B2ACCC
Black with #B2ACCC
Text Example
Text Example
White with #B2ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACCC; }
p { color: rgb(178,172,204); }
H1.HeaderClassName
{
color: #B2ACCC;
}
.AnyTagClassName
{
color: #B2ACCC;
}
</style>
background-color css
<style>
a { background-color: #B2ACCC; }
a { background-color: rgb(178,172,204); }
div.DivClassName
{
background-color: #B2ACCC;
}
.BgClassName
{
background-color: #B2ACCC;
}
</style>
border-color css
<style>
span { border-color: #B2ACCC; }
span { border-color: rgb(178,172,204); }
td.TdClassName
{
border-color: #B2ACCC;
}
.TagClassName
{
border-color: #B2ACCC;
}
</style>