Shades of Pumice #BBCDB0
Tints of Pumice #BBCDB0
RGB
CMYK
RGB Variations
Color information
#BBCDB0 (or 0xBBCDB0) is known color: Pumice. HEX triplet: BB, CD and B0. RGB value is (187,205,176). Sum of RGB (Red+Green+Blue) = 187+205+176=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDB0 is #44324F. Grayscale: #C4C4C4. Windows color (decimal): -4469328 or 11587003. OLE color: 11587003.
HSL color Cylindrical-coordinate representation of color #BBCDB0: hue angle of 97.24º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCDB0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 176 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.20 |
| HSL | 97.24º | 0.22% | 0.75% | - |
| HSV(B) | 97.24º | 0.14% | 0.8% | - |
| XYZ | 50.16 | 57.36 | 49.5 | - |
| YUV | 196.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 176 | 0.09 | 0 | 0.14 | 0.20 | 97.24 | 0.22 | 0.75 |
| Hex | BB | CD | B0 | 9 | 0 | E | 14 | 61 | 16 | 4B |
| Octal | 273 | 315 | 260 | 11 | 0 | 16 | 24 | 141 | 26 | 113 |
| Binary | 10111011 | 11001101 | 10110000 | 1001 | 0 | 1110 | 10100 | 1100001 | 10110 | 1001011 |
Color Harmonies of #BBCDB0
Complementary color
Monochromatic Colors of #BBCDB0
Black with #BBCDB0
Text Example
Text Example
White with #BBCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDB0; }
p { color: rgb(187,205,176); }
H1.HeaderClassName
{
color: #BBCDB0;
}
.AnyTagClassName
{
color: #BBCDB0;
}
</style>
background-color css
<style>
a { background-color: #BBCDB0; }
a { background-color: rgb(187,205,176); }
div.DivClassName
{
background-color: #BBCDB0;
}
.BgClassName
{
background-color: #BBCDB0;
}
</style>
border-color css
<style>
span { border-color: #BBCDB0; }
span { border-color: rgb(187,205,176); }
td.TdClassName
{
border-color: #BBCDB0;
}
.TagClassName
{
border-color: #BBCDB0;
}
</style>