Shades of Wistful #B0A8CE
Tints of Wistful #B0A8CE
RGB
CMYK
RGB Variations
Color information
#B0A8CE (or 0xB0A8CE) is known color: Wistful. HEX triplet: B0, A8 and CE. RGB value is (176,168,206). Sum of RGB (Red+Green+Blue) = 176+168+206=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8CE is #4F5731. Grayscale: #AEAEAE. Windows color (decimal): -5199666 or 13543600. OLE color: 13543600.
HSL color Cylindrical-coordinate representation of color #B0A8CE: hue angle of 252.63º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A8CE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 168 | 206 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.19 |
| HSL | 252.63º | 0.28% | 0.73% | - |
| HSV(B) | 252.63º | 0.18% | 0.81% | - |
| XYZ | 43.05 | 41.69 | 64.17 | - |
| YUV | 174.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 206 | 0.15 | 0.18 | 0 | 0.19 | 252.63 | 0.28 | 0.73 |
| Hex | B0 | A8 | CE | F | 12 | 0 | 13 | FD | 1C | 49 |
| Octal | 260 | 250 | 316 | 17 | 22 | 0 | 23 | 375 | 34 | 111 |
| Binary | 10110000 | 10101000 | 11001110 | 1111 | 10010 | 0 | 10011 | 11111101 | 11100 | 1001001 |
Color Harmonies of #B0A8CE
Complementary color
Monochromatic Colors of #B0A8CE
Black with #B0A8CE
Text Example
Text Example
White with #B0A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8CE; }
p { color: rgb(176,168,206); }
H1.HeaderClassName
{
color: #B0A8CE;
}
.AnyTagClassName
{
color: #B0A8CE;
}
</style>
background-color css
<style>
a { background-color: #B0A8CE; }
a { background-color: rgb(176,168,206); }
div.DivClassName
{
background-color: #B0A8CE;
}
.BgClassName
{
background-color: #B0A8CE;
}
</style>
border-color css
<style>
span { border-color: #B0A8CE; }
span { border-color: rgb(176,168,206); }
td.TdClassName
{
border-color: #B0A8CE;
}
.TagClassName
{
border-color: #B0A8CE;
}
</style>