Shades of Pumice #B8CAAF
Tints of Pumice #B8CAAF
RGB
CMYK
RGB Variations
Color information
#B8CAAF (or 0xB8CAAF) is known color: Pumice. HEX triplet: B8, CA and AF. RGB value is (184,202,175). Sum of RGB (Red+Green+Blue) = 184+202+175=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAAF is #473550. Grayscale: #C1C1C1. Windows color (decimal): -4666705 or 11520696. OLE color: 11520696.
HSL color Cylindrical-coordinate representation of color #B8CAAF: hue angle of 100º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8CAAF is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 175 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.21 |
| HSL | 100º | 0.2% | 0.74% | - |
| HSV(B) | 100º | 0.13% | 0.79% | - |
| XYZ | 48.63 | 55.53 | 48.71 | - |
| YUV | 193.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 175 | 0.09 | 0 | 0.13 | 0.21 | 100 | 0.2 | 0.74 |
| Hex | B8 | CA | AF | 9 | 0 | D | 15 | 64 | 14 | 4A |
| Octal | 270 | 312 | 257 | 11 | 0 | 15 | 25 | 144 | 24 | 112 |
| Binary | 10111000 | 11001010 | 10101111 | 1001 | 0 | 1101 | 10101 | 1100100 | 10100 | 1001010 |
Color Harmonies of #B8CAAF
Complementary color
Monochromatic Colors of #B8CAAF
Black with #B8CAAF
Text Example
Text Example
White with #B8CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAAF; }
p { color: rgb(184,202,175); }
H1.HeaderClassName
{
color: #B8CAAF;
}
.AnyTagClassName
{
color: #B8CAAF;
}
</style>
background-color css
<style>
a { background-color: #B8CAAF; }
a { background-color: rgb(184,202,175); }
div.DivClassName
{
background-color: #B8CAAF;
}
.BgClassName
{
background-color: #B8CAAF;
}
</style>
border-color css
<style>
span { border-color: #B8CAAF; }
span { border-color: rgb(184,202,175); }
td.TdClassName
{
border-color: #B8CAAF;
}
.TagClassName
{
border-color: #B8CAAF;
}
</style>