Shades of Wistful #B0ABCF
Tints of Wistful #B0ABCF
RGB
CMYK
RGB Variations
Color information
#B0ABCF (or 0xB0ABCF) is known color: Wistful. HEX triplet: B0, AB and CF. RGB value is (176,171,207). Sum of RGB (Red+Green+Blue) = 176+171+207=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCF is #4F5430. Grayscale: #B0B0B0. Windows color (decimal): -5198897 or 13609904. OLE color: 13609904.
HSL color Cylindrical-coordinate representation of color #B0ABCF: hue angle of 248.33º degrees, saturation: 0.27, 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 #B0ABCF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 171 | 207 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.19 |
| HSL | 248.33º | 0.27% | 0.74% | - |
| HSV(B) | 248.33º | 0.17% | 0.81% | - |
| XYZ | 43.73 | 42.86 | 65 | - |
| YUV | 176.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 207 | 0.15 | 0.17 | 0 | 0.19 | 248.33 | 0.27 | 0.74 |
| Hex | B0 | AB | CF | F | 11 | 0 | 13 | F8 | 1B | 4A |
| Octal | 260 | 253 | 317 | 17 | 21 | 0 | 23 | 370 | 33 | 112 |
| Binary | 10110000 | 10101011 | 11001111 | 1111 | 10001 | 0 | 10011 | 11111000 | 11011 | 1001010 |
Color Harmonies of #B0ABCF
Complementary color
Monochromatic Colors of #B0ABCF
Black with #B0ABCF
Text Example
Text Example
White with #B0ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABCF; }
p { color: rgb(176,171,207); }
H1.HeaderClassName
{
color: #B0ABCF;
}
.AnyTagClassName
{
color: #B0ABCF;
}
</style>
background-color css
<style>
a { background-color: #B0ABCF; }
a { background-color: rgb(176,171,207); }
div.DivClassName
{
background-color: #B0ABCF;
}
.BgClassName
{
background-color: #B0ABCF;
}
</style>
border-color css
<style>
span { border-color: #B0ABCF; }
span { border-color: rgb(176,171,207); }
td.TdClassName
{
border-color: #B0ABCF;
}
.TagClassName
{
border-color: #B0ABCF;
}
</style>