Shades of Spun Pearl #B1AFB7
Tints of Spun Pearl #B1AFB7
RGB
CMYK
RGB Variations
Color information
#B1AFB7 (or 0xB1AFB7) is known color: Spun Pearl. HEX triplet: B1, AF and B7. RGB value is (177,175,183). Sum of RGB (Red+Green+Blue) = 177+175+183=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 183 - color contains mainly: blue. Hex color #B1AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFB7 is #4E5048. Grayscale: #B0B0B0. Windows color (decimal): -5132361 or 12038065. OLE color: 12038065.
HSL color Cylindrical-coordinate representation of color #B1AFB7: hue angle of 255º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1AFB7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 175 | 183 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.28 |
| HSL | 255º | 0.05% | 0.7% | - |
| HSV(B) | 255º | 0.04% | 0.72% | - |
| XYZ | 42.01 | 43.43 | 50.97 | - |
| YUV | 176.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 183 | 0.03 | 0.04 | 0 | 0.28 | 255 | 0.05 | 0.7 |
| Hex | B1 | AF | B7 | 3 | 4 | 0 | 1C | FF | 5 | 46 |
| Octal | 261 | 257 | 267 | 3 | 4 | 0 | 34 | 377 | 5 | 106 |
| Binary | 10110001 | 10101111 | 10110111 | 11 | 100 | 0 | 11100 | 11111111 | 101 | 1000110 |
Color Harmonies of #B1AFB7
Complementary color
Monochromatic Colors of #B1AFB7
Black with #B1AFB7
Text Example
Text Example
White with #B1AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFB7; }
p { color: rgb(177,175,183); }
H1.HeaderClassName
{
color: #B1AFB7;
}
.AnyTagClassName
{
color: #B1AFB7;
}
</style>
background-color css
<style>
a { background-color: #B1AFB7; }
a { background-color: rgb(177,175,183); }
div.DivClassName
{
background-color: #B1AFB7;
}
.BgClassName
{
background-color: #B1AFB7;
}
</style>
border-color css
<style>
span { border-color: #B1AFB7; }
span { border-color: rgb(177,175,183); }
td.TdClassName
{
border-color: #B1AFB7;
}
.TagClassName
{
border-color: #B1AFB7;
}
</style>