Shades of Pumice #BAC8B3
Tints of Pumice #BAC8B3
RGB
CMYK
RGB Variations
Color information
#BAC8B3 (or 0xBAC8B3) is known color: Pumice. HEX triplet: BA, C8 and B3. RGB value is (186,200,179). Sum of RGB (Red+Green+Blue) = 186+200+179=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8B3 is #45374C. Grayscale: #C1C1C1. Windows color (decimal): -4536141 or 11782330. OLE color: 11782330.
HSL color Cylindrical-coordinate representation of color #BAC8B3: hue angle of 100º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC8B3 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 179 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.22 |
| HSL | 100º | 0.16% | 0.74% | - |
| HSV(B) | 100º | 0.11% | 0.78% | - |
| XYZ | 49.04 | 55 | 50.68 | - |
| YUV | 193.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 179 | 0.07 | 0 | 0.10 | 0.22 | 100 | 0.16 | 0.74 |
| Hex | BA | C8 | B3 | 7 | 0 | A | 16 | 64 | 10 | 4A |
| Octal | 272 | 310 | 263 | 7 | 0 | 12 | 26 | 144 | 20 | 112 |
| Binary | 10111010 | 11001000 | 10110011 | 111 | 0 | 1010 | 10110 | 1100100 | 10000 | 1001010 |
Color Harmonies of #BAC8B3
Complementary color
Monochromatic Colors of #BAC8B3
Black with #BAC8B3
Text Example
Text Example
White with #BAC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8B3; }
p { color: rgb(186,200,179); }
H1.HeaderClassName
{
color: #BAC8B3;
}
.AnyTagClassName
{
color: #BAC8B3;
}
</style>
background-color css
<style>
a { background-color: #BAC8B3; }
a { background-color: rgb(186,200,179); }
div.DivClassName
{
background-color: #BAC8B3;
}
.BgClassName
{
background-color: #BAC8B3;
}
</style>
border-color css
<style>
span { border-color: #BAC8B3; }
span { border-color: rgb(186,200,179); }
td.TdClassName
{
border-color: #BAC8B3;
}
.TagClassName
{
border-color: #BAC8B3;
}
</style>