Shades of Wistful #B0AACF
Tints of Wistful #B0AACF
RGB
CMYK
RGB Variations
Color information
#B0AACF (or 0xB0AACF) is known color: Wistful. HEX triplet: B0, AA and CF. RGB value is (176,170,207). Sum of RGB (Red+Green+Blue) = 176+170+207=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AACF is #4F5530. Grayscale: #AFAFAF. Windows color (decimal): -5199153 or 13609648. OLE color: 13609648.
HSL color Cylindrical-coordinate representation of color #B0AACF: hue angle of 249.73º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0AACF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 170 | 207 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.19 |
| HSL | 249.73º | 0.28% | 0.74% | - |
| HSV(B) | 249.73º | 0.18% | 0.81% | - |
| XYZ | 43.54 | 42.48 | 64.94 | - |
| YUV | 176.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 207 | 0.15 | 0.18 | 0 | 0.19 | 249.73 | 0.28 | 0.74 |
| Hex | B0 | AA | CF | F | 12 | 0 | 13 | FA | 1C | 4A |
| Octal | 260 | 252 | 317 | 17 | 22 | 0 | 23 | 372 | 34 | 112 |
| Binary | 10110000 | 10101010 | 11001111 | 1111 | 10010 | 0 | 10011 | 11111010 | 11100 | 1001010 |
Color Harmonies of #B0AACF
Complementary color
Monochromatic Colors of #B0AACF
Black with #B0AACF
Text Example
Text Example
White with #B0AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AACF; }
p { color: rgb(176,170,207); }
H1.HeaderClassName
{
color: #B0AACF;
}
.AnyTagClassName
{
color: #B0AACF;
}
</style>
background-color css
<style>
a { background-color: #B0AACF; }
a { background-color: rgb(176,170,207); }
div.DivClassName
{
background-color: #B0AACF;
}
.BgClassName
{
background-color: #B0AACF;
}
</style>
border-color css
<style>
span { border-color: #B0AACF; }
span { border-color: rgb(176,170,207); }
td.TdClassName
{
border-color: #B0AACF;
}
.TagClassName
{
border-color: #B0AACF;
}
</style>