Shades of Pumice #B8CCAE
Tints of Pumice #B8CCAE
RGB
CMYK
RGB Variations
Color information
#B8CCAE (or 0xB8CCAE) is known color: Pumice. HEX triplet: B8, CC and AE. RGB value is (184,204,174). Sum of RGB (Red+Green+Blue) = 184+204+174=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCAE is #473351. Grayscale: #C2C2C2. Windows color (decimal): -4666194 or 11455672. OLE color: 11455672.
HSL color Cylindrical-coordinate representation of color #B8CCAE: hue angle of 100º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8CCAE is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 174 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.2 |
| HSL | 100º | 0.23% | 0.74% | - |
| HSV(B) | 100º | 0.15% | 0.8% | - |
| XYZ | 49 | 56.43 | 48.35 | - |
| YUV | 194.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 174 | 0.10 | 0 | 0.15 | 0.2 | 100 | 0.23 | 0.74 |
| Hex | B8 | CC | AE | A | 0 | F | 14 | 64 | 17 | 4A |
| Octal | 270 | 314 | 256 | 12 | 0 | 17 | 24 | 144 | 27 | 112 |
| Binary | 10111000 | 11001100 | 10101110 | 1010 | 0 | 1111 | 10100 | 1100100 | 10111 | 1001010 |
Color Harmonies of #B8CCAE
Complementary color
Monochromatic Colors of #B8CCAE
Black with #B8CCAE
Text Example
Text Example
White with #B8CCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCAE; }
p { color: rgb(184,204,174); }
H1.HeaderClassName
{
color: #B8CCAE;
}
.AnyTagClassName
{
color: #B8CCAE;
}
</style>
background-color css
<style>
a { background-color: #B8CCAE; }
a { background-color: rgb(184,204,174); }
div.DivClassName
{
background-color: #B8CCAE;
}
.BgClassName
{
background-color: #B8CCAE;
}
</style>
border-color css
<style>
span { border-color: #B8CCAE; }
span { border-color: rgb(184,204,174); }
td.TdClassName
{
border-color: #B8CCAE;
}
.TagClassName
{
border-color: #B8CCAE;
}
</style>