Shades of Blue Haze #B3ACD3
Tints of Blue Haze #B3ACD3
RGB
CMYK
RGB Variations
Color information
#B3ACD3 (or 0xB3ACD3) is known color: Blue Haze. HEX triplet: B3, AC and D3. RGB value is (179,172,211). Sum of RGB (Red+Green+Blue) = 179+172+211=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #B3ACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACD3 is #4C532C. Grayscale: #B2B2B2. Windows color (decimal): -5002029 or 13872307. OLE color: 13872307.
HSL color Cylindrical-coordinate representation of color #B3ACD3: hue angle of 250.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3ACD3 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 172 | 211 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.17 |
| HSL | 250.77º | 0.31% | 0.75% | - |
| HSV(B) | 250.77º | 0.18% | 0.83% | - |
| XYZ | 45.1 | 43.79 | 67.7 | - |
| YUV | 178.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 211 | 0.15 | 0.18 | 0 | 0.17 | 250.77 | 0.31 | 0.75 |
| Hex | B3 | AC | D3 | F | 12 | 0 | 11 | FB | 1F | 4B |
| Octal | 263 | 254 | 323 | 17 | 22 | 0 | 21 | 373 | 37 | 113 |
| Binary | 10110011 | 10101100 | 11010011 | 1111 | 10010 | 0 | 10001 | 11111011 | 11111 | 1001011 |
Color Harmonies of #B3ACD3
Complementary color
Monochromatic Colors of #B3ACD3
Black with #B3ACD3
Text Example
Text Example
White with #B3ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ACD3; }
p { color: rgb(179,172,211); }
H1.HeaderClassName
{
color: #B3ACD3;
}
.AnyTagClassName
{
color: #B3ACD3;
}
</style>
background-color css
<style>
a { background-color: #B3ACD3; }
a { background-color: rgb(179,172,211); }
div.DivClassName
{
background-color: #B3ACD3;
}
.BgClassName
{
background-color: #B3ACD3;
}
</style>
border-color css
<style>
span { border-color: #B3ACD3; }
span { border-color: rgb(179,172,211); }
td.TdClassName
{
border-color: #B3ACD3;
}
.TagClassName
{
border-color: #B3ACD3;
}
</style>