Shades of Pale Leaf #BBC9A3
Tints of Pale Leaf #BBC9A3
RGB
CMYK
RGB Variations
Color information
#BBC9A3 (or 0xBBC9A3) is known color: Pale Leaf. HEX triplet: BB, C9 and A3. RGB value is (187,201,163). Sum of RGB (Red+Green+Blue) = 187+201+163=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9A3 is #44365C. Grayscale: #C0C0C0. Windows color (decimal): -4470365 or 10734011. OLE color: 10734011.
HSL color Cylindrical-coordinate representation of color #BBC9A3: hue angle of 82.11º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC9A3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 163 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.21 |
| HSL | 82.11º | 0.26% | 0.71% | - |
| HSV(B) | 82.11º | 0.19% | 0.79% | - |
| XYZ | 47.99 | 54.98 | 42.73 | - |
| YUV | 192.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 163 | 0.07 | 0 | 0.19 | 0.21 | 82.11 | 0.26 | 0.71 |
| Hex | BB | C9 | A3 | 7 | 0 | 13 | 15 | 52 | 1A | 47 |
| Octal | 273 | 311 | 243 | 7 | 0 | 23 | 25 | 122 | 32 | 107 |
| Binary | 10111011 | 11001001 | 10100011 | 111 | 0 | 10011 | 10101 | 1010010 | 11010 | 1000111 |
Color Harmonies of #BBC9A3
Complementary color
Monochromatic Colors of #BBC9A3
Black with #BBC9A3
Text Example
Text Example
White with #BBC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9A3; }
p { color: rgb(187,201,163); }
H1.HeaderClassName
{
color: #BBC9A3;
}
.AnyTagClassName
{
color: #BBC9A3;
}
</style>
background-color css
<style>
a { background-color: #BBC9A3; }
a { background-color: rgb(187,201,163); }
div.DivClassName
{
background-color: #BBC9A3;
}
.BgClassName
{
background-color: #BBC9A3;
}
</style>
border-color css
<style>
span { border-color: #BBC9A3; }
span { border-color: rgb(187,201,163); }
td.TdClassName
{
border-color: #BBC9A3;
}
.TagClassName
{
border-color: #BBC9A3;
}
</style>