Shades of Blue Haze #B2ACC2
Tints of Blue Haze #B2ACC2
RGB
CMYK
RGB Variations
Color information
#B2ACC2 (or 0xB2ACC2) is known color: Blue Haze. HEX triplet: B2, AC and C2. RGB value is (178,172,194). Sum of RGB (Red+Green+Blue) = 178+172+194=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 194 - color contains mainly: blue. Hex color #B2ACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACC2 is #4D533D. Grayscale: #B0B0B0. Windows color (decimal): -5067582 or 12758194. OLE color: 12758194.
HSL color Cylindrical-coordinate representation of color #B2ACC2: hue angle of 256.36º 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 #B2ACC2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 178 | 172 | 194 | - |
CMYK | 0.08 | 0.11 | 0 | 0.24 |
HSL | 256.36º | 0.15% | 0.72% | - |
HSV(B) | 256.36º | 0.11% | 0.76% | - |
XYZ | 42.85 | 42.87 | 57.05 | - |
YUV | 176.3 | 137.99 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 172 | 194 | 0.08 | 0.11 | 0 | 0.24 | 256.36 | 0.15 | 0.72 |
Hex | B2 | AC | C2 | 8 | B | 0 | 18 | 100 | F | 48 |
Octal | 262 | 254 | 302 | 10 | 13 | 0 | 30 | 400 | 17 | 110 |
Binary | 10110010 | 10101100 | 11000010 | 1000 | 1011 | 0 | 11000 | 100000000 | 1111 | 1001000 |
Color Harmonies of #B2ACC2
Complementary color
Monochromatic Colors of #B2ACC2
Black with #B2ACC2
Text Example
Text Example
White with #B2ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACC2; }
p { color: rgb(178,172,194); }
H1.HeaderClassName
{
color: #B2ACC2;
}
.AnyTagClassName
{
color: #B2ACC2;
}
</style>
background-color css
<style>
a { background-color: #B2ACC2; }
a { background-color: rgb(178,172,194); }
div.DivClassName
{
background-color: #B2ACC2;
}
.BgClassName
{
background-color: #B2ACC2;
}
</style>
border-color css
<style>
span { border-color: #B2ACC2; }
span { border-color: rgb(178,172,194); }
td.TdClassName
{
border-color: #B2ACC2;
}
.TagClassName
{
border-color: #B2ACC2;
}
</style>