Shades of Blue Haze #B2ACC1
Tints of Blue Haze #B2ACC1
RGB
CMYK
RGB Variations
Color information
#B2ACC1 (or 0xB2ACC1) is known color: Blue Haze. HEX triplet: B2, AC and C1. RGB value is (178,172,193). Sum of RGB (Red+Green+Blue) = 178+172+193=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACC1 is #4D533E. Grayscale: #B0B0B0. Windows color (decimal): -5067583 or 12692658. OLE color: 12692658.
HSL color Cylindrical-coordinate representation of color #B2ACC1: hue angle of 257.14º degrees, saturation: 0.14, 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 #B2ACC1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 172 | 193 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.24 |
| HSL | 257.14º | 0.14% | 0.72% | - |
| HSV(B) | 257.14º | 0.11% | 0.76% | - |
| XYZ | 42.74 | 42.82 | 56.46 | - |
| YUV | 176.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 193 | 0.08 | 0.11 | 0 | 0.24 | 257.14 | 0.14 | 0.72 |
| Hex | B2 | AC | C1 | 8 | B | 0 | 18 | 101 | E | 48 |
| Octal | 262 | 254 | 301 | 10 | 13 | 0 | 30 | 401 | 16 | 110 |
| Binary | 10110010 | 10101100 | 11000001 | 1000 | 1011 | 0 | 11000 | 100000001 | 1110 | 1001000 |
Color Harmonies of #B2ACC1
Complementary color
Monochromatic Colors of #B2ACC1
Black with #B2ACC1
Text Example
Text Example
White with #B2ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACC1; }
p { color: rgb(178,172,193); }
H1.HeaderClassName
{
color: #B2ACC1;
}
.AnyTagClassName
{
color: #B2ACC1;
}
</style>
background-color css
<style>
a { background-color: #B2ACC1; }
a { background-color: rgb(178,172,193); }
div.DivClassName
{
background-color: #B2ACC1;
}
.BgClassName
{
background-color: #B2ACC1;
}
</style>
border-color css
<style>
span { border-color: #B2ACC1; }
span { border-color: rgb(178,172,193); }
td.TdClassName
{
border-color: #B2ACC1;
}
.TagClassName
{
border-color: #B2ACC1;
}
</style>