Shades of Pumice #BAC6B2
Tints of Pumice #BAC6B2
RGB
CMYK
RGB Variations
Color information
#BAC6B2 (or 0xBAC6B2) is known color: Pumice. HEX triplet: BA, C6 and B2. RGB value is (186,198,178). Sum of RGB (Red+Green+Blue) = 186+198+178=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6B2 is #45394D. Grayscale: #C0C0C0. Windows color (decimal): -4536654 or 11716282. OLE color: 11716282.
HSL color Cylindrical-coordinate representation of color #BAC6B2: hue angle of 96º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC6B2 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 178 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.22 |
| HSL | 96º | 0.15% | 0.74% | - |
| HSV(B) | 96º | 0.1% | 0.78% | - |
| XYZ | 48.48 | 54.04 | 50 | - |
| YUV | 192.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 178 | 0.06 | 0 | 0.10 | 0.22 | 96 | 0.15 | 0.74 |
| Hex | BA | C6 | B2 | 6 | 0 | A | 16 | 60 | F | 4A |
| Octal | 272 | 306 | 262 | 6 | 0 | 12 | 26 | 140 | 17 | 112 |
| Binary | 10111010 | 11000110 | 10110010 | 110 | 0 | 1010 | 10110 | 1100000 | 1111 | 1001010 |
Color Harmonies of #BAC6B2
Complementary color
Monochromatic Colors of #BAC6B2
Black with #BAC6B2
Text Example
Text Example
White with #BAC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6B2; }
p { color: rgb(186,198,178); }
H1.HeaderClassName
{
color: #BAC6B2;
}
.AnyTagClassName
{
color: #BAC6B2;
}
</style>
background-color css
<style>
a { background-color: #BAC6B2; }
a { background-color: rgb(186,198,178); }
div.DivClassName
{
background-color: #BAC6B2;
}
.BgClassName
{
background-color: #BAC6B2;
}
</style>
border-color css
<style>
span { border-color: #BAC6B2; }
span { border-color: rgb(186,198,178); }
td.TdClassName
{
border-color: #BAC6B2;
}
.TagClassName
{
border-color: #BAC6B2;
}
</style>