Shades of Pale Leaf #B6BDA7
Tints of Pale Leaf #B6BDA7
RGB
CMYK
RGB Variations
Color information
#B6BDA7 (or 0xB6BDA7) is known color: Pale Leaf. HEX triplet: B6, BD and A7. RGB value is (182,189,167). Sum of RGB (Red+Green+Blue) = 182+189+167=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDA7 is #494258. Grayscale: #B8B8B8. Windows color (decimal): -4801113 or 10993078. OLE color: 10993078.
HSL color Cylindrical-coordinate representation of color #B6BDA7: hue angle of 79.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6BDA7 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 182 | 189 | 167 | - |
CMYK | 0.04 | 0 | 0.12 | 0.26 |
HSL | 79.09º | 0.14% | 0.7% | - |
HSV(B) | 79.09º | 0.12% | 0.74% | - |
XYZ | 44.46 | 49.13 | 43.7 | - |
YUV | 184.4 | 118.18 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 189 | 167 | 0.04 | 0 | 0.12 | 0.26 | 79.09 | 0.14 | 0.7 |
Hex | B6 | BD | A7 | 4 | 0 | C | 1A | 4F | E | 46 |
Octal | 266 | 275 | 247 | 4 | 0 | 14 | 32 | 117 | 16 | 106 |
Binary | 10110110 | 10111101 | 10100111 | 100 | 0 | 1100 | 11010 | 1001111 | 1110 | 1000110 |
Color Harmonies of #B6BDA7
Complementary color
Monochromatic Colors of #B6BDA7
Black with #B6BDA7
Text Example
Text Example
White with #B6BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDA7; }
p { color: rgb(182,189,167); }
H1.HeaderClassName
{
color: #B6BDA7;
}
.AnyTagClassName
{
color: #B6BDA7;
}
</style>
background-color css
<style>
a { background-color: #B6BDA7; }
a { background-color: rgb(182,189,167); }
div.DivClassName
{
background-color: #B6BDA7;
}
.BgClassName
{
background-color: #B6BDA7;
}
</style>
border-color css
<style>
span { border-color: #B6BDA7; }
span { border-color: rgb(182,189,167); }
td.TdClassName
{
border-color: #B6BDA7;
}
.TagClassName
{
border-color: #B6BDA7;
}
</style>