Shades of Pumice #B8BEB2
Tints of Pumice #B8BEB2
RGB
CMYK
RGB Variations
Color information
#B8BEB2 (or 0xB8BEB2) is known color: Pumice. HEX triplet: B8, BE and B2. RGB value is (184,190,178). Sum of RGB (Red+Green+Blue) = 184+190+178=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BEB2 is #47414D. Grayscale: #BABABA. Windows color (decimal): -4669774 or 11714232. OLE color: 11714232.
HSL color Cylindrical-coordinate representation of color #B8BEB2: hue angle of 90º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8BEB2 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 184 | 190 | 178 | - |
CMYK | 0.03 | 0 | 0.06 | 0.25 |
HSL | 90º | 0.08% | 0.72% | - |
HSV(B) | 90º | 0.06% | 0.75% | - |
XYZ | 46.22 | 50.23 | 49.38 | - |
YUV | 186.84 | 123.01 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 190 | 178 | 0.03 | 0 | 0.06 | 0.25 | 90 | 0.08 | 0.72 |
Hex | B8 | BE | B2 | 3 | 0 | 6 | 19 | 5A | 8 | 48 |
Octal | 270 | 276 | 262 | 3 | 0 | 6 | 31 | 132 | 10 | 110 |
Binary | 10111000 | 10111110 | 10110010 | 11 | 0 | 110 | 11001 | 1011010 | 1000 | 1001000 |
Color Harmonies of #B8BEB2
Complementary color
Monochromatic Colors of #B8BEB2
Black with #B8BEB2
Text Example
Text Example
White with #B8BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEB2; }
p { color: rgb(184,190,178); }
H1.HeaderClassName
{
color: #B8BEB2;
}
.AnyTagClassName
{
color: #B8BEB2;
}
</style>
background-color css
<style>
a { background-color: #B8BEB2; }
a { background-color: rgb(184,190,178); }
div.DivClassName
{
background-color: #B8BEB2;
}
.BgClassName
{
background-color: #B8BEB2;
}
</style>
border-color css
<style>
span { border-color: #B8BEB2; }
span { border-color: rgb(184,190,178); }
td.TdClassName
{
border-color: #B8BEB2;
}
.TagClassName
{
border-color: #B8BEB2;
}
</style>