Shades of Pumice #BAC3B5
Tints of Pumice #BAC3B5
RGB
CMYK
RGB Variations
Color information
#BAC3B5 (or 0xBAC3B5) is known color: Pumice. HEX triplet: BA, C3 and B5. RGB value is (186,195,181). Sum of RGB (Red+Green+Blue) = 186+195+181=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3B5 is #453C4A. Grayscale: #BEBEBE. Windows color (decimal): -4537419 or 11912122. OLE color: 11912122.
HSL color Cylindrical-coordinate representation of color #BAC3B5: hue angle of 98.57º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC3B5 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 195 | 181 | - |
CMYK | 0.05 | 0 | 0.07 | 0.24 |
HSL | 98.57º | 0.1% | 0.74% | - |
HSV(B) | 98.57º | 0.07% | 0.76% | - |
XYZ | 48.11 | 52.81 | 51.37 | - |
YUV | 190.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 195 | 181 | 0.05 | 0 | 0.07 | 0.24 | 98.57 | 0.1 | 0.74 |
Hex | BA | C3 | B5 | 5 | 0 | 7 | 18 | 63 | A | 4A |
Octal | 272 | 303 | 265 | 5 | 0 | 7 | 30 | 143 | 12 | 112 |
Binary | 10111010 | 11000011 | 10110101 | 101 | 0 | 111 | 11000 | 1100011 | 1010 | 1001010 |
Color Harmonies of #BAC3B5
Complementary color
Monochromatic Colors of #BAC3B5
Black with #BAC3B5
Text Example
Text Example
White with #BAC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3B5; }
p { color: rgb(186,195,181); }
H1.HeaderClassName
{
color: #BAC3B5;
}
.AnyTagClassName
{
color: #BAC3B5;
}
</style>
background-color css
<style>
a { background-color: #BAC3B5; }
a { background-color: rgb(186,195,181); }
div.DivClassName
{
background-color: #BAC3B5;
}
.BgClassName
{
background-color: #BAC3B5;
}
</style>
border-color css
<style>
span { border-color: #BAC3B5; }
span { border-color: rgb(186,195,181); }
td.TdClassName
{
border-color: #BAC3B5;
}
.TagClassName
{
border-color: #BAC3B5;
}
</style>