Shades of Spun Pearl #B0ACB9
Tints of Spun Pearl #B0ACB9
RGB
CMYK
RGB Variations
Color information
#B0ACB9 (or 0xB0ACB9) is known color: Spun Pearl. HEX triplet: B0, AC and B9. RGB value is (176,172,185). Sum of RGB (Red+Green+Blue) = 176+172+185=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #B0ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACB9 is #4F5346. Grayscale: #AEAEAE. Windows color (decimal): -5198663 or 12168368. OLE color: 12168368.
HSL color Cylindrical-coordinate representation of color #B0ACB9: hue angle of 258.46º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0ACB9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 176 | 172 | 185 | - |
CMYK | 0.05 | 0.07 | 0 | 0.27 |
HSL | 258.46º | 0.08% | 0.7% | - |
HSV(B) | 258.46º | 0.07% | 0.73% | - |
XYZ | 41.41 | 42.24 | 51.87 | - |
YUV | 174.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 172 | 185 | 0.05 | 0.07 | 0 | 0.27 | 258.46 | 0.08 | 0.7 |
Hex | B0 | AC | B9 | 5 | 7 | 0 | 1B | 102 | 8 | 46 |
Octal | 260 | 254 | 271 | 5 | 7 | 0 | 33 | 402 | 10 | 106 |
Binary | 10110000 | 10101100 | 10111001 | 101 | 111 | 0 | 11011 | 100000010 | 1000 | 1000110 |
Color Harmonies of #B0ACB9
Complementary color
Monochromatic Colors of #B0ACB9
Black with #B0ACB9
Text Example
Text Example
White with #B0ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACB9; }
p { color: rgb(176,172,185); }
H1.HeaderClassName
{
color: #B0ACB9;
}
.AnyTagClassName
{
color: #B0ACB9;
}
</style>
background-color css
<style>
a { background-color: #B0ACB9; }
a { background-color: rgb(176,172,185); }
div.DivClassName
{
background-color: #B0ACB9;
}
.BgClassName
{
background-color: #B0ACB9;
}
</style>
border-color css
<style>
span { border-color: #B0ACB9; }
span { border-color: rgb(176,172,185); }
td.TdClassName
{
border-color: #B0ACB9;
}
.TagClassName
{
border-color: #B0ACB9;
}
</style>