Shades of Pumice #B4C1AD
Tints of Pumice #B4C1AD
RGB
CMYK
RGB Variations
Color information
#B4C1AD (or 0xB4C1AD) is known color: Pumice. HEX triplet: B4, C1 and AD. RGB value is (180,193,173). Sum of RGB (Red+Green+Blue) = 180+193+173=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C1AD is #4B3E52. Grayscale: #BABABA. Windows color (decimal): -4931155 or 11387316. OLE color: 11387316.
HSL color Cylindrical-coordinate representation of color #B4C1AD: hue angle of 99º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C1AD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 173 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.24 |
| HSL | 99º | 0.14% | 0.72% | - |
| HSV(B) | 99º | 0.1% | 0.76% | - |
| XYZ | 45.44 | 50.86 | 46.96 | - |
| YUV | 186.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 173 | 0.07 | 0 | 0.10 | 0.24 | 99 | 0.14 | 0.72 |
| Hex | B4 | C1 | AD | 7 | 0 | A | 18 | 63 | E | 48 |
| Octal | 264 | 301 | 255 | 7 | 0 | 12 | 30 | 143 | 16 | 110 |
| Binary | 10110100 | 11000001 | 10101101 | 111 | 0 | 1010 | 11000 | 1100011 | 1110 | 1001000 |
Color Harmonies of #B4C1AD
Complementary color
Monochromatic Colors of #B4C1AD
Black with #B4C1AD
Text Example
Text Example
White with #B4C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C1AD; }
p { color: rgb(180,193,173); }
H1.HeaderClassName
{
color: #B4C1AD;
}
.AnyTagClassName
{
color: #B4C1AD;
}
</style>
background-color css
<style>
a { background-color: #B4C1AD; }
a { background-color: rgb(180,193,173); }
div.DivClassName
{
background-color: #B4C1AD;
}
.BgClassName
{
background-color: #B4C1AD;
}
</style>
border-color css
<style>
span { border-color: #B4C1AD; }
span { border-color: rgb(180,193,173); }
td.TdClassName
{
border-color: #B4C1AD;
}
.TagClassName
{
border-color: #B4C1AD;
}
</style>