Shades of Pumice #BBC8AF
Tints of Pumice #BBC8AF
RGB
CMYK
RGB Variations
Color information
#BBC8AF (or 0xBBC8AF) is known color: Pumice. HEX triplet: BB, C8 and AF. RGB value is (187,200,175). Sum of RGB (Red+Green+Blue) = 187+200+175=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AF is #443750. Grayscale: #C1C1C1. Windows color (decimal): -4470609 or 11520187. OLE color: 11520187.
HSL color Cylindrical-coordinate representation of color #BBC8AF: hue angle of 91.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC8AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 175 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.22 |
| HSL | 91.2º | 0.19% | 0.74% | - |
| HSV(B) | 91.2º | 0.13% | 0.78% | - |
| XYZ | 48.89 | 54.97 | 48.59 | - |
| YUV | 193.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 175 | 0.06 | 0 | 0.12 | 0.22 | 91.2 | 0.19 | 0.74 |
| Hex | BB | C8 | AF | 6 | 0 | C | 16 | 5B | 13 | 4A |
| Octal | 273 | 310 | 257 | 6 | 0 | 14 | 26 | 133 | 23 | 112 |
| Binary | 10111011 | 11001000 | 10101111 | 110 | 0 | 1100 | 10110 | 1011011 | 10011 | 1001010 |
Color Harmonies of #BBC8AF
Complementary color
Monochromatic Colors of #BBC8AF
Black with #BBC8AF
Text Example
Text Example
White with #BBC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8AF; }
p { color: rgb(187,200,175); }
H1.HeaderClassName
{
color: #BBC8AF;
}
.AnyTagClassName
{
color: #BBC8AF;
}
</style>
background-color css
<style>
a { background-color: #BBC8AF; }
a { background-color: rgb(187,200,175); }
div.DivClassName
{
background-color: #BBC8AF;
}
.BgClassName
{
background-color: #BBC8AF;
}
</style>
border-color css
<style>
span { border-color: #BBC8AF; }
span { border-color: rgb(187,200,175); }
td.TdClassName
{
border-color: #BBC8AF;
}
.TagClassName
{
border-color: #BBC8AF;
}
</style>