Shades of Pale Leaf #B7C3A8
Tints of Pale Leaf #B7C3A8
RGB
CMYK
RGB Variations
Color information
#B7C3A8 (or 0xB7C3A8) is known color: Pale Leaf. HEX triplet: B7, C3 and A8. RGB value is (183,195,168). Sum of RGB (Red+Green+Blue) = 183+195+168=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C3A8 is #483C57. Grayscale: #BCBCBC. Windows color (decimal): -4734040 or 11060151. OLE color: 11060151.
HSL color Cylindrical-coordinate representation of color #B7C3A8: hue angle of 86.67º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7C3A8 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 168 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.24 |
| HSL | 86.67º | 0.18% | 0.71% | - |
| HSV(B) | 86.67º | 0.14% | 0.76% | - |
| XYZ | 46.11 | 51.92 | 44.64 | - |
| YUV | 188.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 168 | 0.06 | 0 | 0.14 | 0.24 | 86.67 | 0.18 | 0.71 |
| Hex | B7 | C3 | A8 | 6 | 0 | E | 18 | 57 | 12 | 47 |
| Octal | 267 | 303 | 250 | 6 | 0 | 16 | 30 | 127 | 22 | 107 |
| Binary | 10110111 | 11000011 | 10101000 | 110 | 0 | 1110 | 11000 | 1010111 | 10010 | 1000111 |
Color Harmonies of #B7C3A8
Complementary color
Monochromatic Colors of #B7C3A8
Black with #B7C3A8
Text Example
Text Example
White with #B7C3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C3A8; }
p { color: rgb(183,195,168); }
H1.HeaderClassName
{
color: #B7C3A8;
}
.AnyTagClassName
{
color: #B7C3A8;
}
</style>
background-color css
<style>
a { background-color: #B7C3A8; }
a { background-color: rgb(183,195,168); }
div.DivClassName
{
background-color: #B7C3A8;
}
.BgClassName
{
background-color: #B7C3A8;
}
</style>
border-color css
<style>
span { border-color: #B7C3A8; }
span { border-color: rgb(183,195,168); }
td.TdClassName
{
border-color: #B7C3A8;
}
.TagClassName
{
border-color: #B7C3A8;
}
</style>