Shades of Pumice #B8C5AC
Tints of Pumice #B8C5AC
RGB
CMYK
RGB Variations
Color information
#B8C5AC (or 0xB8C5AC) is known color: Pumice. HEX triplet: B8, C5 and AC. RGB value is (184,197,172). Sum of RGB (Red+Green+Blue) = 184+197+172=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C5AC is #473A53. Grayscale: #BEBEBE. Windows color (decimal): -4667988 or 11322808. OLE color: 11322808.
HSL color Cylindrical-coordinate representation of color #B8C5AC: hue angle of 91.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8C5AC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
RGB | 184 | 197 | 172 | - |
CMYK | 0.07 | 0 | 0.13 | 0.23 |
HSL | 91.2º | 0.18% | 0.72% | - |
HSV(B) | 91.2º | 0.13% | 0.77% | - |
XYZ | 47.18 | 53.1 | 46.79 | - |
YUV | 190.26 | 117.69 | 123.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 197 | 172 | 0.07 | 0 | 0.13 | 0.23 | 91.2 | 0.18 | 0.72 |
Hex | B8 | C5 | AC | 7 | 0 | D | 17 | 5B | 12 | 48 |
Octal | 270 | 305 | 254 | 7 | 0 | 15 | 27 | 133 | 22 | 110 |
Binary | 10111000 | 11000101 | 10101100 | 111 | 0 | 1101 | 10111 | 1011011 | 10010 | 1001000 |
Color Harmonies of #B8C5AC
Complementary color
Monochromatic Colors of #B8C5AC
Black with #B8C5AC
Text Example
Text Example
White with #B8C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C5AC; }
p { color: rgb(184,197,172); }
H1.HeaderClassName
{
color: #B8C5AC;
}
.AnyTagClassName
{
color: #B8C5AC;
}
</style>
background-color css
<style>
a { background-color: #B8C5AC; }
a { background-color: rgb(184,197,172); }
div.DivClassName
{
background-color: #B8C5AC;
}
.BgClassName
{
background-color: #B8C5AC;
}
</style>
border-color css
<style>
span { border-color: #B8C5AC; }
span { border-color: rgb(184,197,172); }
td.TdClassName
{
border-color: #B8C5AC;
}
.TagClassName
{
border-color: #B8C5AC;
}
</style>