Shades of Wistful #B0ABCE
Tints of Wistful #B0ABCE
RGB
CMYK
RGB Variations
Color information
#B0ABCE (or 0xB0ABCE) is known color: Wistful. HEX triplet: B0, AB and CE. RGB value is (176,171,206). Sum of RGB (Red+Green+Blue) = 176+171+206=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCE is #4F5431. Grayscale: #B0B0B0. Windows color (decimal): -5198898 or 13544368. OLE color: 13544368.
HSL color Cylindrical-coordinate representation of color #B0ABCE: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0ABCE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 171 | 206 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.19 |
| HSL | 248.57º | 0.26% | 0.74% | - |
| HSV(B) | 248.57º | 0.17% | 0.81% | - |
| XYZ | 43.61 | 42.81 | 64.36 | - |
| YUV | 176.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 206 | 0.15 | 0.17 | 0 | 0.19 | 248.57 | 0.26 | 0.74 |
| Hex | B0 | AB | CE | F | 11 | 0 | 13 | F9 | 1A | 4A |
| Octal | 260 | 253 | 316 | 17 | 21 | 0 | 23 | 371 | 32 | 112 |
| Binary | 10110000 | 10101011 | 11001110 | 1111 | 10001 | 0 | 10011 | 11111001 | 11010 | 1001010 |
Color Harmonies of #B0ABCE
Complementary color
Monochromatic Colors of #B0ABCE
Black with #B0ABCE
Text Example
Text Example
White with #B0ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABCE; }
p { color: rgb(176,171,206); }
H1.HeaderClassName
{
color: #B0ABCE;
}
.AnyTagClassName
{
color: #B0ABCE;
}
</style>
background-color css
<style>
a { background-color: #B0ABCE; }
a { background-color: rgb(176,171,206); }
div.DivClassName
{
background-color: #B0ABCE;
}
.BgClassName
{
background-color: #B0ABCE;
}
</style>
border-color css
<style>
span { border-color: #B0ABCE; }
span { border-color: rgb(176,171,206); }
td.TdClassName
{
border-color: #B0ABCE;
}
.TagClassName
{
border-color: #B0ABCE;
}
</style>