Shades of Pale Leaf #B8BEAB
Tints of Pale Leaf #B8BEAB
RGB
CMYK
RGB Variations
Color information
#B8BEAB (or 0xB8BEAB) is known color: Pale Leaf. HEX triplet: B8, BE and AB. RGB value is (184,190,171). Sum of RGB (Red+Green+Blue) = 184+190+171=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BEAB is #474154. Grayscale: #BABABA. Windows color (decimal): -4669781 or 11255480. OLE color: 11255480.
HSL color Cylindrical-coordinate representation of color #B8BEAB: hue angle of 78.95º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BEAB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 171 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.25 |
| HSL | 78.95º | 0.13% | 0.71% | - |
| HSV(B) | 78.95º | 0.1% | 0.75% | - |
| XYZ | 45.53 | 49.96 | 45.77 | - |
| YUV | 186.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 171 | 0.03 | 0 | 0.10 | 0.25 | 78.95 | 0.13 | 0.71 |
| Hex | B8 | BE | AB | 3 | 0 | A | 19 | 4F | D | 47 |
| Octal | 270 | 276 | 253 | 3 | 0 | 12 | 31 | 117 | 15 | 107 |
| Binary | 10111000 | 10111110 | 10101011 | 11 | 0 | 1010 | 11001 | 1001111 | 1101 | 1000111 |
Color Harmonies of #B8BEAB
Complementary color
Monochromatic Colors of #B8BEAB
Black with #B8BEAB
Text Example
Text Example
White with #B8BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEAB; }
p { color: rgb(184,190,171); }
H1.HeaderClassName
{
color: #B8BEAB;
}
.AnyTagClassName
{
color: #B8BEAB;
}
</style>
background-color css
<style>
a { background-color: #B8BEAB; }
a { background-color: rgb(184,190,171); }
div.DivClassName
{
background-color: #B8BEAB;
}
.BgClassName
{
background-color: #B8BEAB;
}
</style>
border-color css
<style>
span { border-color: #B8BEAB; }
span { border-color: rgb(184,190,171); }
td.TdClassName
{
border-color: #B8BEAB;
}
.TagClassName
{
border-color: #B8BEAB;
}
</style>