Shades of Pale Leaf #BBCAA3
Tints of Pale Leaf #BBCAA3
RGB
CMYK
RGB Variations
Color information
#BBCAA3 (or 0xBBCAA3) is known color: Pale Leaf. HEX triplet: BB, CA and A3. RGB value is (187,202,163). Sum of RGB (Red+Green+Blue) = 187+202+163=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAA3 is #44355C. Grayscale: #C1C1C1. Windows color (decimal): -4470109 or 10734267. OLE color: 10734267.
HSL color Cylindrical-coordinate representation of color #BBCAA3: hue angle of 83.08º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCAA3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 163 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.21 |
| HSL | 83.08º | 0.27% | 0.72% | - |
| HSV(B) | 83.08º | 0.19% | 0.79% | - |
| XYZ | 48.22 | 55.45 | 42.81 | - |
| YUV | 193.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 163 | 0.07 | 0 | 0.19 | 0.21 | 83.08 | 0.27 | 0.72 |
| Hex | BB | CA | A3 | 7 | 0 | 13 | 15 | 53 | 1B | 48 |
| Octal | 273 | 312 | 243 | 7 | 0 | 23 | 25 | 123 | 33 | 110 |
| Binary | 10111011 | 11001010 | 10100011 | 111 | 0 | 10011 | 10101 | 1010011 | 11011 | 1001000 |
Color Harmonies of #BBCAA3
Complementary color
Monochromatic Colors of #BBCAA3
Black with #BBCAA3
Text Example
Text Example
White with #BBCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAA3; }
p { color: rgb(187,202,163); }
H1.HeaderClassName
{
color: #BBCAA3;
}
.AnyTagClassName
{
color: #BBCAA3;
}
</style>
background-color css
<style>
a { background-color: #BBCAA3; }
a { background-color: rgb(187,202,163); }
div.DivClassName
{
background-color: #BBCAA3;
}
.BgClassName
{
background-color: #BBCAA3;
}
</style>
border-color css
<style>
span { border-color: #BBCAA3; }
span { border-color: rgb(187,202,163); }
td.TdClassName
{
border-color: #BBCAA3;
}
.TagClassName
{
border-color: #BBCAA3;
}
</style>