Shades of Blue Haze #B0ACC6
Tints of Blue Haze #B0ACC6
RGB
CMYK
RGB Variations
Color information
#B0ACC6 (or 0xB0ACC6) is known color: Blue Haze. HEX triplet: B0, AC and C6. RGB value is (176,172,198). Sum of RGB (Red+Green+Blue) = 176+172+198=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACC6 is #4F5339. Grayscale: #B0B0B0. Windows color (decimal): -5198650 or 13020336. OLE color: 13020336.
HSL color Cylindrical-coordinate representation of color #B0ACC6: hue angle of 249.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0ACC6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 172 | 198 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.22 |
| HSL | 249.23º | 0.19% | 0.73% | - |
| HSV(B) | 249.23º | 0.13% | 0.78% | - |
| XYZ | 42.85 | 42.81 | 59.43 | - |
| YUV | 176.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 198 | 0.11 | 0.13 | 0 | 0.22 | 249.23 | 0.19 | 0.73 |
| Hex | B0 | AC | C6 | B | D | 0 | 16 | F9 | 13 | 49 |
| Octal | 260 | 254 | 306 | 13 | 15 | 0 | 26 | 371 | 23 | 111 |
| Binary | 10110000 | 10101100 | 11000110 | 1011 | 1101 | 0 | 10110 | 11111001 | 10011 | 1001001 |
Color Harmonies of #B0ACC6
Complementary color
Monochromatic Colors of #B0ACC6
Black with #B0ACC6
Text Example
Text Example
White with #B0ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACC6; }
p { color: rgb(176,172,198); }
H1.HeaderClassName
{
color: #B0ACC6;
}
.AnyTagClassName
{
color: #B0ACC6;
}
</style>
background-color css
<style>
a { background-color: #B0ACC6; }
a { background-color: rgb(176,172,198); }
div.DivClassName
{
background-color: #B0ACC6;
}
.BgClassName
{
background-color: #B0ACC6;
}
</style>
border-color css
<style>
span { border-color: #B0ACC6; }
span { border-color: rgb(176,172,198); }
td.TdClassName
{
border-color: #B0ACC6;
}
.TagClassName
{
border-color: #B0ACC6;
}
</style>