Shades of Pumice #BBCAB3
Tints of Pumice #BBCAB3
RGB
CMYK
RGB Variations
Color information
#BBCAB3 (or 0xBBCAB3) is known color: Pumice. HEX triplet: BB, CA and B3. RGB value is (187,202,179). Sum of RGB (Red+Green+Blue) = 187+202+179=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB3 is #44354C. Grayscale: #C2C2C2. Windows color (decimal): -4470093 or 11782843. OLE color: 11782843.
HSL color Cylindrical-coordinate representation of color #BBCAB3: hue angle of 99.13º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCAB3 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 179 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.21 |
| HSL | 99.13º | 0.18% | 0.75% | - |
| HSV(B) | 99.13º | 0.11% | 0.79% | - |
| XYZ | 49.75 | 56.06 | 50.85 | - |
| YUV | 194.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 179 | 0.07 | 0 | 0.11 | 0.21 | 99.13 | 0.18 | 0.75 |
| Hex | BB | CA | B3 | 7 | 0 | B | 15 | 63 | 12 | 4B |
| Octal | 273 | 312 | 263 | 7 | 0 | 13 | 25 | 143 | 22 | 113 |
| Binary | 10111011 | 11001010 | 10110011 | 111 | 0 | 1011 | 10101 | 1100011 | 10010 | 1001011 |
Color Harmonies of #BBCAB3
Complementary color
Monochromatic Colors of #BBCAB3
Black with #BBCAB3
Text Example
Text Example
White with #BBCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAB3; }
p { color: rgb(187,202,179); }
H1.HeaderClassName
{
color: #BBCAB3;
}
.AnyTagClassName
{
color: #BBCAB3;
}
</style>
background-color css
<style>
a { background-color: #BBCAB3; }
a { background-color: rgb(187,202,179); }
div.DivClassName
{
background-color: #BBCAB3;
}
.BgClassName
{
background-color: #BBCAB3;
}
</style>
border-color css
<style>
span { border-color: #BBCAB3; }
span { border-color: rgb(187,202,179); }
td.TdClassName
{
border-color: #BBCAB3;
}
.TagClassName
{
border-color: #BBCAB3;
}
</style>