Shades of Blue Haze #B3ACC3
Tints of Blue Haze #B3ACC3
RGB
CMYK
RGB Variations
Color information
#B3ACC3 (or 0xB3ACC3) is known color: Blue Haze. HEX triplet: B3, AC and C3. RGB value is (179,172,195). Sum of RGB (Red+Green+Blue) = 179+172+195=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACC3 is #4C533C. Grayscale: #B0B0B0. Windows color (decimal): -5002045 or 12823731. OLE color: 12823731.
HSL color Cylindrical-coordinate representation of color #B3ACC3: hue angle of 258.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3ACC3 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 172 | 195 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.24 |
| HSL | 258.26º | 0.16% | 0.72% | - |
| HSV(B) | 258.26º | 0.12% | 0.76% | - |
| XYZ | 43.19 | 43.03 | 57.66 | - |
| YUV | 176.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 195 | 0.08 | 0.12 | 0 | 0.24 | 258.26 | 0.16 | 0.72 |
| Hex | B3 | AC | C3 | 8 | C | 0 | 18 | 102 | 10 | 48 |
| Octal | 263 | 254 | 303 | 10 | 14 | 0 | 30 | 402 | 20 | 110 |
| Binary | 10110011 | 10101100 | 11000011 | 1000 | 1100 | 0 | 11000 | 100000010 | 10000 | 1001000 |
Color Harmonies of #B3ACC3
Complementary color
Monochromatic Colors of #B3ACC3
Black with #B3ACC3
Text Example
Text Example
White with #B3ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ACC3; }
p { color: rgb(179,172,195); }
H1.HeaderClassName
{
color: #B3ACC3;
}
.AnyTagClassName
{
color: #B3ACC3;
}
</style>
background-color css
<style>
a { background-color: #B3ACC3; }
a { background-color: rgb(179,172,195); }
div.DivClassName
{
background-color: #B3ACC3;
}
.BgClassName
{
background-color: #B3ACC3;
}
</style>
border-color css
<style>
span { border-color: #B3ACC3; }
span { border-color: rgb(179,172,195); }
td.TdClassName
{
border-color: #B3ACC3;
}
.TagClassName
{
border-color: #B3ACC3;
}
</style>