Shades of Wistful #B0AACC
Tints of Wistful #B0AACC
RGB
CMYK
RGB Variations
Color information
#B0AACC (or 0xB0AACC) is known color: Wistful. HEX triplet: B0, AA and CC. RGB value is (176,170,204). Sum of RGB (Red+Green+Blue) = 176+170+204=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AACC is #4F5533. Grayscale: #AFAFAF. Windows color (decimal): -5199156 or 13413040. OLE color: 13413040.
HSL color Cylindrical-coordinate representation of color #B0AACC: hue angle of 250.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AACC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 170 | 204 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.2 |
| HSL | 250.59º | 0.25% | 0.73% | - |
| HSV(B) | 250.59º | 0.17% | 0.8% | - |
| XYZ | 43.18 | 42.34 | 63.02 | - |
| YUV | 175.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 204 | 0.14 | 0.17 | 0 | 0.2 | 250.59 | 0.25 | 0.73 |
| Hex | B0 | AA | CC | E | 11 | 0 | 14 | FB | 19 | 49 |
| Octal | 260 | 252 | 314 | 16 | 21 | 0 | 24 | 373 | 31 | 111 |
| Binary | 10110000 | 10101010 | 11001100 | 1110 | 10001 | 0 | 10100 | 11111011 | 11001 | 1001001 |
Color Harmonies of #B0AACC
Complementary color
Monochromatic Colors of #B0AACC
Black with #B0AACC
Text Example
Text Example
White with #B0AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AACC; }
p { color: rgb(176,170,204); }
H1.HeaderClassName
{
color: #B0AACC;
}
.AnyTagClassName
{
color: #B0AACC;
}
</style>
background-color css
<style>
a { background-color: #B0AACC; }
a { background-color: rgb(176,170,204); }
div.DivClassName
{
background-color: #B0AACC;
}
.BgClassName
{
background-color: #B0AACC;
}
</style>
border-color css
<style>
span { border-color: #B0AACC; }
span { border-color: rgb(176,170,204); }
td.TdClassName
{
border-color: #B0AACC;
}
.TagClassName
{
border-color: #B0AACC;
}
</style>