Shades of Pumice #B4C0A9
Tints of Pumice #B4C0A9
RGB
CMYK
RGB Variations
Color information
#B4C0A9 (or 0xB4C0A9) is known color: Pumice. HEX triplet: B4, C0 and A9. RGB value is (180,192,169). Sum of RGB (Red+Green+Blue) = 180+192+169=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C0A9 is #4B3F56. Grayscale: #B9B9B9. Windows color (decimal): -4931415 or 11124916. OLE color: 11124916.
HSL color Cylindrical-coordinate representation of color #B4C0A9: hue angle of 91.3º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4C0A9 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 169 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.25 |
| HSL | 91.3º | 0.15% | 0.71% | - |
| HSV(B) | 91.3º | 0.12% | 0.75% | - |
| XYZ | 44.83 | 50.27 | 44.88 | - |
| YUV | 185.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 169 | 0.06 | 0 | 0.12 | 0.25 | 91.3 | 0.15 | 0.71 |
| Hex | B4 | C0 | A9 | 6 | 0 | C | 19 | 5B | F | 47 |
| Octal | 264 | 300 | 251 | 6 | 0 | 14 | 31 | 133 | 17 | 107 |
| Binary | 10110100 | 11000000 | 10101001 | 110 | 0 | 1100 | 11001 | 1011011 | 1111 | 1000111 |
Color Harmonies of #B4C0A9
Complementary color
Monochromatic Colors of #B4C0A9
Black with #B4C0A9
Text Example
Text Example
White with #B4C0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0A9; }
p { color: rgb(180,192,169); }
H1.HeaderClassName
{
color: #B4C0A9;
}
.AnyTagClassName
{
color: #B4C0A9;
}
</style>
background-color css
<style>
a { background-color: #B4C0A9; }
a { background-color: rgb(180,192,169); }
div.DivClassName
{
background-color: #B4C0A9;
}
.BgClassName
{
background-color: #B4C0A9;
}
</style>
border-color css
<style>
span { border-color: #B4C0A9; }
span { border-color: rgb(180,192,169); }
td.TdClassName
{
border-color: #B4C0A9;
}
.TagClassName
{
border-color: #B4C0A9;
}
</style>