Shades of Spun Pearl #B0ADB8
Tints of Spun Pearl #B0ADB8
RGB
CMYK
RGB Variations
Color information
#B0ADB8 (or 0xB0ADB8) is known color: Spun Pearl. HEX triplet: B0, AD and B8. RGB value is (176,173,184). Sum of RGB (Red+Green+Blue) = 176+173+184=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 184 - color contains mainly: blue. Hex color #B0ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB8 is #4F5247. Grayscale: #AFAFAF. Windows color (decimal): -5198408 or 12103088. OLE color: 12103088.
HSL color Cylindrical-coordinate representation of color #B0ADB8: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0ADB8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 173 | 184 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.28 |
| HSL | 256.36º | 0.07% | 0.7% | - |
| HSV(B) | 256.36º | 0.06% | 0.72% | - |
| XYZ | 41.5 | 42.58 | 51.38 | - |
| YUV | 175.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 184 | 0.04 | 0.06 | 0 | 0.28 | 256.36 | 0.07 | 0.7 |
| Hex | B0 | AD | B8 | 4 | 6 | 0 | 1C | 100 | 7 | 46 |
| Octal | 260 | 255 | 270 | 4 | 6 | 0 | 34 | 400 | 7 | 106 |
| Binary | 10110000 | 10101101 | 10111000 | 100 | 110 | 0 | 11100 | 100000000 | 111 | 1000110 |
Color Harmonies of #B0ADB8
Complementary color
Monochromatic Colors of #B0ADB8
Black with #B0ADB8
Text Example
Text Example
White with #B0ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADB8; }
p { color: rgb(176,173,184); }
H1.HeaderClassName
{
color: #B0ADB8;
}
.AnyTagClassName
{
color: #B0ADB8;
}
</style>
background-color css
<style>
a { background-color: #B0ADB8; }
a { background-color: rgb(176,173,184); }
div.DivClassName
{
background-color: #B0ADB8;
}
.BgClassName
{
background-color: #B0ADB8;
}
</style>
border-color css
<style>
span { border-color: #B0ADB8; }
span { border-color: rgb(176,173,184); }
td.TdClassName
{
border-color: #B0ADB8;
}
.TagClassName
{
border-color: #B0ADB8;
}
</style>