Shades of Blue Haze #B3ACC4
Tints of Blue Haze #B3ACC4
RGB
CMYK
RGB Variations
Color information
#B3ACC4 (or 0xB3ACC4) is known color: Blue Haze. HEX triplet: B3, AC and C4. RGB value is (179,172,196). Sum of RGB (Red+Green+Blue) = 179+172+196=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACC4 is #4C533B. Grayscale: #B0B0B0. Windows color (decimal): -5002044 or 12889267. OLE color: 12889267.
HSL color Cylindrical-coordinate representation of color #B3ACC4: hue angle of 257.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3ACC4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 172 | 196 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.23 |
| HSL | 257.5º | 0.17% | 0.72% | - |
| HSV(B) | 257.5º | 0.12% | 0.77% | - |
| XYZ | 43.31 | 43.07 | 58.26 | - |
| YUV | 176.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 196 | 0.09 | 0.12 | 0 | 0.23 | 257.5 | 0.17 | 0.72 |
| Hex | B3 | AC | C4 | 9 | C | 0 | 17 | 102 | 11 | 48 |
| Octal | 263 | 254 | 304 | 11 | 14 | 0 | 27 | 402 | 21 | 110 |
| Binary | 10110011 | 10101100 | 11000100 | 1001 | 1100 | 0 | 10111 | 100000010 | 10001 | 1001000 |
Color Harmonies of #B3ACC4
Complementary color
Monochromatic Colors of #B3ACC4
Black with #B3ACC4
Text Example
Text Example
White with #B3ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ACC4; }
p { color: rgb(179,172,196); }
H1.HeaderClassName
{
color: #B3ACC4;
}
.AnyTagClassName
{
color: #B3ACC4;
}
</style>
background-color css
<style>
a { background-color: #B3ACC4; }
a { background-color: rgb(179,172,196); }
div.DivClassName
{
background-color: #B3ACC4;
}
.BgClassName
{
background-color: #B3ACC4;
}
</style>
border-color css
<style>
span { border-color: #B3ACC4; }
span { border-color: rgb(179,172,196); }
td.TdClassName
{
border-color: #B3ACC4;
}
.TagClassName
{
border-color: #B3ACC4;
}
</style>