Shades of Wistful #B0A9CB
Tints of Wistful #B0A9CB
RGB
CMYK
RGB Variations
Color information
#B0A9CB (or 0xB0A9CB) is known color: Wistful. HEX triplet: B0, A9 and CB. RGB value is (176,169,203). Sum of RGB (Red+Green+Blue) = 176+169+203=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9CB is #4F5634. Grayscale: #AEAEAE. Windows color (decimal): -5199413 or 13347248. OLE color: 13347248.
HSL color Cylindrical-coordinate representation of color #B0A9CB: hue angle of 252.35º 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 #B0A9CB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 169 | 203 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.20 |
| HSL | 252.35º | 0.25% | 0.73% | - |
| HSV(B) | 252.35º | 0.17% | 0.8% | - |
| XYZ | 42.87 | 41.92 | 62.33 | - |
| YUV | 174.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 203 | 0.13 | 0.17 | 0 | 0.20 | 252.35 | 0.25 | 0.73 |
| Hex | B0 | A9 | CB | D | 11 | 0 | 14 | FC | 19 | 49 |
| Octal | 260 | 251 | 313 | 15 | 21 | 0 | 24 | 374 | 31 | 111 |
| Binary | 10110000 | 10101001 | 11001011 | 1101 | 10001 | 0 | 10100 | 11111100 | 11001 | 1001001 |
Color Harmonies of #B0A9CB
Complementary color
Monochromatic Colors of #B0A9CB
Black with #B0A9CB
Text Example
Text Example
White with #B0A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9CB; }
p { color: rgb(176,169,203); }
H1.HeaderClassName
{
color: #B0A9CB;
}
.AnyTagClassName
{
color: #B0A9CB;
}
</style>
background-color css
<style>
a { background-color: #B0A9CB; }
a { background-color: rgb(176,169,203); }
div.DivClassName
{
background-color: #B0A9CB;
}
.BgClassName
{
background-color: #B0A9CB;
}
</style>
border-color css
<style>
span { border-color: #B0A9CB; }
span { border-color: rgb(176,169,203); }
td.TdClassName
{
border-color: #B0A9CB;
}
.TagClassName
{
border-color: #B0A9CB;
}
</style>