Shades of Wistful #B0A9C9
Tints of Wistful #B0A9C9
RGB
CMYK
RGB Variations
Color information
#B0A9C9 (or 0xB0A9C9) is known color: Wistful. HEX triplet: B0, A9 and C9. RGB value is (176,169,201). Sum of RGB (Red+Green+Blue) = 176+169+201=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0A9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9C9 is #4F5636. Grayscale: #AEAEAE. Windows color (decimal): -5199415 or 13216176. OLE color: 13216176.
HSL color Cylindrical-coordinate representation of color #B0A9C9: hue angle of 253.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A9C9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 169 | 201 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.21 |
| HSL | 253.13º | 0.23% | 0.73% | - |
| HSV(B) | 253.13º | 0.16% | 0.79% | - |
| XYZ | 42.64 | 41.82 | 61.08 | - |
| YUV | 174.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 201 | 0.12 | 0.16 | 0 | 0.21 | 253.13 | 0.23 | 0.73 |
| Hex | B0 | A9 | C9 | C | 10 | 0 | 15 | FD | 17 | 49 |
| Octal | 260 | 251 | 311 | 14 | 20 | 0 | 25 | 375 | 27 | 111 |
| Binary | 10110000 | 10101001 | 11001001 | 1100 | 10000 | 0 | 10101 | 11111101 | 10111 | 1001001 |
Color Harmonies of #B0A9C9
Complementary color
Monochromatic Colors of #B0A9C9
Black with #B0A9C9
Text Example
Text Example
White with #B0A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9C9; }
p { color: rgb(176,169,201); }
H1.HeaderClassName
{
color: #B0A9C9;
}
.AnyTagClassName
{
color: #B0A9C9;
}
</style>
background-color css
<style>
a { background-color: #B0A9C9; }
a { background-color: rgb(176,169,201); }
div.DivClassName
{
background-color: #B0A9C9;
}
.BgClassName
{
background-color: #B0A9C9;
}
</style>
border-color css
<style>
span { border-color: #B0A9C9; }
span { border-color: rgb(176,169,201); }
td.TdClassName
{
border-color: #B0A9C9;
}
.TagClassName
{
border-color: #B0A9C9;
}
</style>