Shades of Pale Leaf #B7C1A4
Tints of Pale Leaf #B7C1A4
RGB
CMYK
RGB Variations
Color information
#B7C1A4 (or 0xB7C1A4) is known color: Pale Leaf. HEX triplet: B7, C1 and A4. RGB value is (183,193,164). Sum of RGB (Red+Green+Blue) = 183+193+164=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C1A4 is #483E5B. Grayscale: #BABABA. Windows color (decimal): -4734556 or 10797495. OLE color: 10797495.
HSL color Cylindrical-coordinate representation of color #B7C1A4: hue angle of 80.69º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7C1A4 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 164 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.24 |
| HSL | 80.69º | 0.19% | 0.7% | - |
| HSV(B) | 80.69º | 0.15% | 0.76% | - |
| XYZ | 45.3 | 50.89 | 42.56 | - |
| YUV | 186.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 164 | 0.05 | 0 | 0.15 | 0.24 | 80.69 | 0.19 | 0.7 |
| Hex | B7 | C1 | A4 | 5 | 0 | F | 18 | 51 | 13 | 46 |
| Octal | 267 | 301 | 244 | 5 | 0 | 17 | 30 | 121 | 23 | 106 |
| Binary | 10110111 | 11000001 | 10100100 | 101 | 0 | 1111 | 11000 | 1010001 | 10011 | 1000110 |
Color Harmonies of #B7C1A4
Complementary color
Monochromatic Colors of #B7C1A4
Black with #B7C1A4
Text Example
Text Example
White with #B7C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C1A4; }
p { color: rgb(183,193,164); }
H1.HeaderClassName
{
color: #B7C1A4;
}
.AnyTagClassName
{
color: #B7C1A4;
}
</style>
background-color css
<style>
a { background-color: #B7C1A4; }
a { background-color: rgb(183,193,164); }
div.DivClassName
{
background-color: #B7C1A4;
}
.BgClassName
{
background-color: #B7C1A4;
}
</style>
border-color css
<style>
span { border-color: #B7C1A4; }
span { border-color: rgb(183,193,164); }
td.TdClassName
{
border-color: #B7C1A4;
}
.TagClassName
{
border-color: #B7C1A4;
}
</style>