Shades of Pumice #BBCBB2
Tints of Pumice #BBCBB2
RGB
CMYK
RGB Variations
Color information
#BBCBB2 (or 0xBBCBB2) is known color: Pumice. HEX triplet: BB, CB and B2. RGB value is (187,203,178). Sum of RGB (Red+Green+Blue) = 187+203+178=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBB2 is #44344D. Grayscale: #C3C3C3. Windows color (decimal): -4469838 or 11717563. OLE color: 11717563.
HSL color Cylindrical-coordinate representation of color #BBCBB2: hue angle of 98.4º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCBB2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 178 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.20 |
| HSL | 98.4º | 0.19% | 0.75% | - |
| HSV(B) | 98.4º | 0.12% | 0.8% | - |
| XYZ | 49.89 | 56.49 | 50.39 | - |
| YUV | 195.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 178 | 0.08 | 0 | 0.12 | 0.20 | 98.4 | 0.19 | 0.75 |
| Hex | BB | CB | B2 | 8 | 0 | C | 14 | 62 | 13 | 4B |
| Octal | 273 | 313 | 262 | 10 | 0 | 14 | 24 | 142 | 23 | 113 |
| Binary | 10111011 | 11001011 | 10110010 | 1000 | 0 | 1100 | 10100 | 1100010 | 10011 | 1001011 |
Color Harmonies of #BBCBB2
Complementary color
Monochromatic Colors of #BBCBB2
Black with #BBCBB2
Text Example
Text Example
White with #BBCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBB2; }
p { color: rgb(187,203,178); }
H1.HeaderClassName
{
color: #BBCBB2;
}
.AnyTagClassName
{
color: #BBCBB2;
}
</style>
background-color css
<style>
a { background-color: #BBCBB2; }
a { background-color: rgb(187,203,178); }
div.DivClassName
{
background-color: #BBCBB2;
}
.BgClassName
{
background-color: #BBCBB2;
}
</style>
border-color css
<style>
span { border-color: #BBCBB2; }
span { border-color: rgb(187,203,178); }
td.TdClassName
{
border-color: #BBCBB2;
}
.TagClassName
{
border-color: #BBCBB2;
}
</style>