Shades of Blue Haze #B2ACD0
Tints of Blue Haze #B2ACD0
RGB
CMYK
RGB Variations
Color information
#B2ACD0 (or 0xB2ACD0) is known color: Blue Haze. HEX triplet: B2, AC and D0. RGB value is (178,172,208). Sum of RGB (Red+Green+Blue) = 178+172+208=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACD0 is #4D532F. Grayscale: #B1B1B1. Windows color (decimal): -5067568 or 13675698. OLE color: 13675698.
HSL color Cylindrical-coordinate representation of color #B2ACD0: hue angle of 250º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2ACD0 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 172 | 208 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.18 |
| HSL | 250º | 0.28% | 0.75% | - |
| HSV(B) | 250º | 0.17% | 0.82% | - |
| XYZ | 44.5 | 43.52 | 65.73 | - |
| YUV | 177.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 208 | 0.14 | 0.17 | 0 | 0.18 | 250 | 0.28 | 0.75 |
| Hex | B2 | AC | D0 | E | 11 | 0 | 12 | FA | 1C | 4B |
| Octal | 262 | 254 | 320 | 16 | 21 | 0 | 22 | 372 | 34 | 113 |
| Binary | 10110010 | 10101100 | 11010000 | 1110 | 10001 | 0 | 10010 | 11111010 | 11100 | 1001011 |
Color Harmonies of #B2ACD0
Complementary color
Monochromatic Colors of #B2ACD0
Black with #B2ACD0
Text Example
Text Example
White with #B2ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACD0; }
p { color: rgb(178,172,208); }
H1.HeaderClassName
{
color: #B2ACD0;
}
.AnyTagClassName
{
color: #B2ACD0;
}
</style>
background-color css
<style>
a { background-color: #B2ACD0; }
a { background-color: rgb(178,172,208); }
div.DivClassName
{
background-color: #B2ACD0;
}
.BgClassName
{
background-color: #B2ACD0;
}
</style>
border-color css
<style>
span { border-color: #B2ACD0; }
span { border-color: rgb(178,172,208); }
td.TdClassName
{
border-color: #B2ACD0;
}
.TagClassName
{
border-color: #B2ACD0;
}
</style>