Shades of Pale Leaf #B7BEA8
Tints of Pale Leaf #B7BEA8
RGB
CMYK
RGB Variations
Color information
#B7BEA8 (or 0xB7BEA8) is known color: Pale Leaf. HEX triplet: B7, BE and A8. RGB value is (183,190,168). Sum of RGB (Red+Green+Blue) = 183+190+168=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BEA8 is #484157. Grayscale: #B9B9B9. Windows color (decimal): -4735320 or 11058871. OLE color: 11058871.
HSL color Cylindrical-coordinate representation of color #B7BEA8: hue angle of 79.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BEA8 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 190 | 168 | - |
CMYK | 0.04 | 0 | 0.12 | 0.25 |
HSL | 79.09º | 0.14% | 0.7% | - |
HSV(B) | 79.09º | 0.12% | 0.75% | - |
XYZ | 45.01 | 49.72 | 44.27 | - |
YUV | 185.4 | 118.18 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 190 | 168 | 0.04 | 0 | 0.12 | 0.25 | 79.09 | 0.14 | 0.7 |
Hex | B7 | BE | A8 | 4 | 0 | C | 19 | 4F | E | 46 |
Octal | 267 | 276 | 250 | 4 | 0 | 14 | 31 | 117 | 16 | 106 |
Binary | 10110111 | 10111110 | 10101000 | 100 | 0 | 1100 | 11001 | 1001111 | 1110 | 1000110 |
Color Harmonies of #B7BEA8
Complementary color
Monochromatic Colors of #B7BEA8
Black with #B7BEA8
Text Example
Text Example
White with #B7BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEA8; }
p { color: rgb(183,190,168); }
H1.HeaderClassName
{
color: #B7BEA8;
}
.AnyTagClassName
{
color: #B7BEA8;
}
</style>
background-color css
<style>
a { background-color: #B7BEA8; }
a { background-color: rgb(183,190,168); }
div.DivClassName
{
background-color: #B7BEA8;
}
.BgClassName
{
background-color: #B7BEA8;
}
</style>
border-color css
<style>
span { border-color: #B7BEA8; }
span { border-color: rgb(183,190,168); }
td.TdClassName
{
border-color: #B7BEA8;
}
.TagClassName
{
border-color: #B7BEA8;
}
</style>