Shades of Wistful #B0A8DE
Tints of Wistful #B0A8DE
RGB
CMYK
RGB Variations
Color information
#B0A8DE (or 0xB0A8DE) is known color: Wistful. HEX triplet: B0, A8 and DE. RGB value is (176,168,222). Sum of RGB (Red+Green+Blue) = 176+168+222=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8DE is #4F5721. Grayscale: #B0B0B0. Windows color (decimal): -5199650 or 14592176. OLE color: 14592176.
HSL color Cylindrical-coordinate representation of color #B0A8DE: hue angle of 248.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A8DE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 168 | 222 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.13 |
| HSL | 248.89º | 0.45% | 0.76% | - |
| HSV(B) | 248.89º | 0.24% | 0.87% | - |
| XYZ | 45.09 | 42.51 | 74.94 | - |
| YUV | 176.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 222 | 0.21 | 0.24 | 0 | 0.13 | 248.89 | 0.45 | 0.76 |
| Hex | B0 | A8 | DE | 15 | 18 | 0 | D | F9 | 2D | 4C |
| Octal | 260 | 250 | 336 | 25 | 30 | 0 | 15 | 371 | 55 | 114 |
| Binary | 10110000 | 10101000 | 11011110 | 10101 | 11000 | 0 | 1101 | 11111001 | 101101 | 1001100 |
Color Harmonies of #B0A8DE
Complementary color
Monochromatic Colors of #B0A8DE
Black with #B0A8DE
Text Example
Text Example
White with #B0A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8DE; }
p { color: rgb(176,168,222); }
H1.HeaderClassName
{
color: #B0A8DE;
}
.AnyTagClassName
{
color: #B0A8DE;
}
</style>
background-color css
<style>
a { background-color: #B0A8DE; }
a { background-color: rgb(176,168,222); }
div.DivClassName
{
background-color: #B0A8DE;
}
.BgClassName
{
background-color: #B0A8DE;
}
</style>
border-color css
<style>
span { border-color: #B0A8DE; }
span { border-color: rgb(176,168,222); }
td.TdClassName
{
border-color: #B0A8DE;
}
.TagClassName
{
border-color: #B0A8DE;
}
</style>