Shades of Pale Leaf #B7BFA8
Tints of Pale Leaf #B7BFA8
RGB
CMYK
RGB Variations
Color information
#B7BFA8 (or 0xB7BFA8) is known color: Pale Leaf. HEX triplet: B7, BF and A8. RGB value is (183,191,168). Sum of RGB (Red+Green+Blue) = 183+191+168=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BFA8 is #484057. Grayscale: #BABABA. Windows color (decimal): -4735064 or 11059127. OLE color: 11059127.
HSL color Cylindrical-coordinate representation of color #B7BFA8: hue angle of 80.87º degrees, saturation: 0.15, 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 #B7BFA8 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 168 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.25 |
| HSL | 80.87º | 0.15% | 0.7% | - |
| HSV(B) | 80.87º | 0.12% | 0.75% | - |
| XYZ | 45.23 | 50.16 | 44.34 | - |
| YUV | 185.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 168 | 0.04 | 0 | 0.12 | 0.25 | 80.87 | 0.15 | 0.7 |
| Hex | B7 | BF | A8 | 4 | 0 | C | 19 | 51 | F | 46 |
| Octal | 267 | 277 | 250 | 4 | 0 | 14 | 31 | 121 | 17 | 106 |
| Binary | 10110111 | 10111111 | 10101000 | 100 | 0 | 1100 | 11001 | 1010001 | 1111 | 1000110 |
Color Harmonies of #B7BFA8
Complementary color
Monochromatic Colors of #B7BFA8
Black with #B7BFA8
Text Example
Text Example
White with #B7BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFA8; }
p { color: rgb(183,191,168); }
H1.HeaderClassName
{
color: #B7BFA8;
}
.AnyTagClassName
{
color: #B7BFA8;
}
</style>
background-color css
<style>
a { background-color: #B7BFA8; }
a { background-color: rgb(183,191,168); }
div.DivClassName
{
background-color: #B7BFA8;
}
.BgClassName
{
background-color: #B7BFA8;
}
</style>
border-color css
<style>
span { border-color: #B7BFA8; }
span { border-color: rgb(183,191,168); }
td.TdClassName
{
border-color: #B7BFA8;
}
.TagClassName
{
border-color: #B7BFA8;
}
</style>