Shades of Wistful #B0A8D3
Tints of Wistful #B0A8D3
RGB
CMYK
RGB Variations
Color information
#B0A8D3 (or 0xB0A8D3) is known color: Wistful. HEX triplet: B0, A8 and D3. RGB value is (176,168,211). Sum of RGB (Red+Green+Blue) = 176+168+211=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #B0A8D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8D3 is #4F572C. Grayscale: #AFAFAF. Windows color (decimal): -5199661 or 13871280. OLE color: 13871280.
HSL color Cylindrical-coordinate representation of color #B0A8D3: hue angle of 251.16º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A8D3 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 168 | 211 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.17 |
| HSL | 251.16º | 0.33% | 0.74% | - |
| HSV(B) | 251.16º | 0.2% | 0.83% | - |
| XYZ | 43.67 | 41.94 | 67.42 | - |
| YUV | 175.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 211 | 0.17 | 0.20 | 0 | 0.17 | 251.16 | 0.33 | 0.74 |
| Hex | B0 | A8 | D3 | 11 | 14 | 0 | 11 | FB | 21 | 4A |
| Octal | 260 | 250 | 323 | 21 | 24 | 0 | 21 | 373 | 41 | 112 |
| Binary | 10110000 | 10101000 | 11010011 | 10001 | 10100 | 0 | 10001 | 11111011 | 100001 | 1001010 |
Color Harmonies of #B0A8D3
Complementary color
Monochromatic Colors of #B0A8D3
Black with #B0A8D3
Text Example
Text Example
White with #B0A8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8D3; }
p { color: rgb(176,168,211); }
H1.HeaderClassName
{
color: #B0A8D3;
}
.AnyTagClassName
{
color: #B0A8D3;
}
</style>
background-color css
<style>
a { background-color: #B0A8D3; }
a { background-color: rgb(176,168,211); }
div.DivClassName
{
background-color: #B0A8D3;
}
.BgClassName
{
background-color: #B0A8D3;
}
</style>
border-color css
<style>
span { border-color: #B0A8D3; }
span { border-color: rgb(176,168,211); }
td.TdClassName
{
border-color: #B0A8D3;
}
.TagClassName
{
border-color: #B0A8D3;
}
</style>