Shades of Wistful #B0A9CD
Tints of Wistful #B0A9CD
RGB
CMYK
RGB Variations
Color information
#B0A9CD (or 0xB0A9CD) is known color: Wistful. HEX triplet: B0, A9 and CD. RGB value is (176,169,205). Sum of RGB (Red+Green+Blue) = 176+169+205=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0A9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9CD is #4F5632. Grayscale: #AFAFAF. Windows color (decimal): -5199411 or 13478320. OLE color: 13478320.
HSL color Cylindrical-coordinate representation of color #B0A9CD: hue angle of 251.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A9CD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 169 | 205 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.20 |
| HSL | 251.67º | 0.26% | 0.73% | - |
| HSV(B) | 251.67º | 0.18% | 0.8% | - |
| XYZ | 43.11 | 42.01 | 63.59 | - |
| YUV | 175.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 205 | 0.14 | 0.18 | 0 | 0.20 | 251.67 | 0.26 | 0.73 |
| Hex | B0 | A9 | CD | E | 12 | 0 | 14 | FC | 1A | 49 |
| Octal | 260 | 251 | 315 | 16 | 22 | 0 | 24 | 374 | 32 | 111 |
| Binary | 10110000 | 10101001 | 11001101 | 1110 | 10010 | 0 | 10100 | 11111100 | 11010 | 1001001 |
Color Harmonies of #B0A9CD
Complementary color
Monochromatic Colors of #B0A9CD
Black with #B0A9CD
Text Example
Text Example
White with #B0A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9CD; }
p { color: rgb(176,169,205); }
H1.HeaderClassName
{
color: #B0A9CD;
}
.AnyTagClassName
{
color: #B0A9CD;
}
</style>
background-color css
<style>
a { background-color: #B0A9CD; }
a { background-color: rgb(176,169,205); }
div.DivClassName
{
background-color: #B0A9CD;
}
.BgClassName
{
background-color: #B0A9CD;
}
</style>
border-color css
<style>
span { border-color: #B0A9CD; }
span { border-color: rgb(176,169,205); }
td.TdClassName
{
border-color: #B0A9CD;
}
.TagClassName
{
border-color: #B0A9CD;
}
</style>