Shades of Pumice #B4C8AA
Tints of Pumice #B4C8AA
RGB
CMYK
RGB Variations
Color information
#B4C8AA (or 0xB4C8AA) is known color: Pumice. HEX triplet: B4, C8 and AA. RGB value is (180,200,170). Sum of RGB (Red+Green+Blue) = 180+200+170=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8AA is #4B3755. Grayscale: #BEBEBE. Windows color (decimal): -4929366 or 11192500. OLE color: 11192500.
HSL color Cylindrical-coordinate representation of color #B4C8AA: hue angle of 100º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4C8AA is Cyan = 0.1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 170 | - |
| CMYK | 0.1 | 0 | 0.15 | 0.22 |
| HSL | 100º | 0.21% | 0.73% | - |
| HSV(B) | 100º | 0.15% | 0.78% | - |
| XYZ | 46.73 | 53.91 | 45.97 | - |
| YUV | 190.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 170 | 0.1 | 0 | 0.15 | 0.22 | 100 | 0.21 | 0.73 |
| Hex | B4 | C8 | AA | A | 0 | F | 16 | 64 | 15 | 49 |
| Octal | 264 | 310 | 252 | 12 | 0 | 17 | 26 | 144 | 25 | 111 |
| Binary | 10110100 | 11001000 | 10101010 | 1010 | 0 | 1111 | 10110 | 1100100 | 10101 | 1001001 |
Color Harmonies of #B4C8AA
Complementary color
Monochromatic Colors of #B4C8AA
Black with #B4C8AA
Text Example
Text Example
White with #B4C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8AA; }
p { color: rgb(180,200,170); }
H1.HeaderClassName
{
color: #B4C8AA;
}
.AnyTagClassName
{
color: #B4C8AA;
}
</style>
background-color css
<style>
a { background-color: #B4C8AA; }
a { background-color: rgb(180,200,170); }
div.DivClassName
{
background-color: #B4C8AA;
}
.BgClassName
{
background-color: #B4C8AA;
}
</style>
border-color css
<style>
span { border-color: #B4C8AA; }
span { border-color: rgb(180,200,170); }
td.TdClassName
{
border-color: #B4C8AA;
}
.TagClassName
{
border-color: #B4C8AA;
}
</style>