Shades of Blue Haze #B0ACC2
Tints of Blue Haze #B0ACC2
RGB
CMYK
RGB Variations
Color information
#B0ACC2 (or 0xB0ACC2) is known color: Blue Haze. HEX triplet: B0, AC and C2. RGB value is (176,172,194). Sum of RGB (Red+Green+Blue) = 176+172+194=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0ACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACC2 is #4F533D. Grayscale: #AFAFAF. Windows color (decimal): -5198654 or 12758192. OLE color: 12758192.
HSL color Cylindrical-coordinate representation of color #B0ACC2: hue angle of 250.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0ACC2 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 176 | 172 | 194 | - |
CMYK | 0.09 | 0.11 | 0 | 0.24 |
HSL | 250.91º | 0.15% | 0.72% | - |
HSV(B) | 250.91º | 0.11% | 0.76% | - |
XYZ | 42.39 | 42.63 | 57.03 | - |
YUV | 175.7 | 138.33 | 128.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 172 | 194 | 0.09 | 0.11 | 0 | 0.24 | 250.91 | 0.15 | 0.72 |
Hex | B0 | AC | C2 | 9 | B | 0 | 18 | FB | F | 48 |
Octal | 260 | 254 | 302 | 11 | 13 | 0 | 30 | 373 | 17 | 110 |
Binary | 10110000 | 10101100 | 11000010 | 1001 | 1011 | 0 | 11000 | 11111011 | 1111 | 1001000 |
Color Harmonies of #B0ACC2
Complementary color
Monochromatic Colors of #B0ACC2
Black with #B0ACC2
Text Example
Text Example
White with #B0ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACC2; }
p { color: rgb(176,172,194); }
H1.HeaderClassName
{
color: #B0ACC2;
}
.AnyTagClassName
{
color: #B0ACC2;
}
</style>
background-color css
<style>
a { background-color: #B0ACC2; }
a { background-color: rgb(176,172,194); }
div.DivClassName
{
background-color: #B0ACC2;
}
.BgClassName
{
background-color: #B0ACC2;
}
</style>
border-color css
<style>
span { border-color: #B0ACC2; }
span { border-color: rgb(176,172,194); }
td.TdClassName
{
border-color: #B0ACC2;
}
.TagClassName
{
border-color: #B0ACC2;
}
</style>