Shades of Wistful #B0A7DB
Tints of Wistful #B0A7DB
RGB
CMYK
RGB Variations
Color information
#B0A7DB (or 0xB0A7DB) is known color: Wistful. HEX triplet: B0, A7 and DB. RGB value is (176,167,219). Sum of RGB (Red+Green+Blue) = 176+167+219=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A7DB is #4F5824. Grayscale: #AFAFAF. Windows color (decimal): -5199909 or 14395312. OLE color: 14395312.
HSL color Cylindrical-coordinate representation of color #B0A7DB: hue angle of 250.38º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A7DB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 167 | 219 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.14 |
| HSL | 250.38º | 0.42% | 0.76% | - |
| HSV(B) | 250.38º | 0.24% | 0.86% | - |
| XYZ | 44.51 | 41.98 | 72.78 | - |
| YUV | 175.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 219 | 0.20 | 0.24 | 0 | 0.14 | 250.38 | 0.42 | 0.76 |
| Hex | B0 | A7 | DB | 14 | 18 | 0 | E | FA | 2A | 4C |
| Octal | 260 | 247 | 333 | 24 | 30 | 0 | 16 | 372 | 52 | 114 |
| Binary | 10110000 | 10100111 | 11011011 | 10100 | 11000 | 0 | 1110 | 11111010 | 101010 | 1001100 |
Color Harmonies of #B0A7DB
Complementary color
Monochromatic Colors of #B0A7DB
Black with #B0A7DB
Text Example
Text Example
White with #B0A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7DB; }
p { color: rgb(176,167,219); }
H1.HeaderClassName
{
color: #B0A7DB;
}
.AnyTagClassName
{
color: #B0A7DB;
}
</style>
background-color css
<style>
a { background-color: #B0A7DB; }
a { background-color: rgb(176,167,219); }
div.DivClassName
{
background-color: #B0A7DB;
}
.BgClassName
{
background-color: #B0A7DB;
}
</style>
border-color css
<style>
span { border-color: #B0A7DB; }
span { border-color: rgb(176,167,219); }
td.TdClassName
{
border-color: #B0A7DB;
}
.TagClassName
{
border-color: #B0A7DB;
}
</style>