Shades of Pumice #BACBB2
Tints of Pumice #BACBB2
RGB
CMYK
RGB Variations
Color information
#BACBB2 (or 0xBACBB2) is known color: Pumice. HEX triplet: BA, CB and B2. RGB value is (186,203,178). Sum of RGB (Red+Green+Blue) = 186+203+178=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBB2 is #45344D. Grayscale: #C3C3C3. Windows color (decimal): -4535374 or 11717562. OLE color: 11717562.
HSL color Cylindrical-coordinate representation of color #BACBB2: hue angle of 100.8º 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 #BACBB2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 178 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.20 |
| HSL | 100.8º | 0.19% | 0.75% | - |
| HSV(B) | 100.8º | 0.12% | 0.8% | - |
| XYZ | 49.64 | 56.37 | 50.38 | - |
| YUV | 195.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 178 | 0.08 | 0 | 0.12 | 0.20 | 100.8 | 0.19 | 0.75 |
| Hex | BA | CB | B2 | 8 | 0 | C | 14 | 65 | 13 | 4B |
| Octal | 272 | 313 | 262 | 10 | 0 | 14 | 24 | 145 | 23 | 113 |
| Binary | 10111010 | 11001011 | 10110010 | 1000 | 0 | 1100 | 10100 | 1100101 | 10011 | 1001011 |
Color Harmonies of #BACBB2
Complementary color
Monochromatic Colors of #BACBB2
Black with #BACBB2
Text Example
Text Example
White with #BACBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBB2; }
p { color: rgb(186,203,178); }
H1.HeaderClassName
{
color: #BACBB2;
}
.AnyTagClassName
{
color: #BACBB2;
}
</style>
background-color css
<style>
a { background-color: #BACBB2; }
a { background-color: rgb(186,203,178); }
div.DivClassName
{
background-color: #BACBB2;
}
.BgClassName
{
background-color: #BACBB2;
}
</style>
border-color css
<style>
span { border-color: #BACBB2; }
span { border-color: rgb(186,203,178); }
td.TdClassName
{
border-color: #BACBB2;
}
.TagClassName
{
border-color: #BACBB2;
}
</style>