Shades of Wistful #B0A8DB
Tints of Wistful #B0A8DB
RGB
CMYK
RGB Variations
Color information
#B0A8DB (or 0xB0A8DB) is known color: Wistful. HEX triplet: B0, A8 and DB. RGB value is (176,168,219). Sum of RGB (Red+Green+Blue) = 176+168+219=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8DB is #4F5724. Grayscale: #B0B0B0. Windows color (decimal): -5199653 or 14395568. OLE color: 14395568.
HSL color Cylindrical-coordinate representation of color #B0A8DB: hue angle of 249.41º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0A8DB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 168 | 219 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.14 |
| HSL | 249.41º | 0.41% | 0.76% | - |
| HSV(B) | 249.41º | 0.23% | 0.86% | - |
| XYZ | 44.69 | 42.35 | 72.84 | - |
| YUV | 176.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 219 | 0.20 | 0.23 | 0 | 0.14 | 249.41 | 0.41 | 0.76 |
| Hex | B0 | A8 | DB | 14 | 17 | 0 | E | F9 | 29 | 4C |
| Octal | 260 | 250 | 333 | 24 | 27 | 0 | 16 | 371 | 51 | 114 |
| Binary | 10110000 | 10101000 | 11011011 | 10100 | 10111 | 0 | 1110 | 11111001 | 101001 | 1001100 |
Color Harmonies of #B0A8DB
Complementary color
Monochromatic Colors of #B0A8DB
Black with #B0A8DB
Text Example
Text Example
White with #B0A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8DB; }
p { color: rgb(176,168,219); }
H1.HeaderClassName
{
color: #B0A8DB;
}
.AnyTagClassName
{
color: #B0A8DB;
}
</style>
background-color css
<style>
a { background-color: #B0A8DB; }
a { background-color: rgb(176,168,219); }
div.DivClassName
{
background-color: #B0A8DB;
}
.BgClassName
{
background-color: #B0A8DB;
}
</style>
border-color css
<style>
span { border-color: #B0A8DB; }
span { border-color: rgb(176,168,219); }
td.TdClassName
{
border-color: #B0A8DB;
}
.TagClassName
{
border-color: #B0A8DB;
}
</style>