Shades of Pale Leaf #BBC2AE
Tints of Pale Leaf #BBC2AE
RGB
CMYK
RGB Variations
Color information
#BBC2AE (or 0xBBC2AE) is known color: Pale Leaf. HEX triplet: BB, C2 and AE. RGB value is (187,194,174). Sum of RGB (Red+Green+Blue) = 187+194+174=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2AE is #443D51. Grayscale: #BDBDBD. Windows color (decimal): -4472146 or 11453115. OLE color: 11453115.
HSL color Cylindrical-coordinate representation of color #BBC2AE: hue angle of 81º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC2AE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 174 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.24 |
| HSL | 81º | 0.14% | 0.72% | - |
| HSV(B) | 81º | 0.1% | 0.76% | - |
| XYZ | 47.43 | 52.2 | 47.62 | - |
| YUV | 189.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 174 | 0.04 | 0 | 0.10 | 0.24 | 81 | 0.14 | 0.72 |
| Hex | BB | C2 | AE | 4 | 0 | A | 18 | 51 | E | 48 |
| Octal | 273 | 302 | 256 | 4 | 0 | 12 | 30 | 121 | 16 | 110 |
| Binary | 10111011 | 11000010 | 10101110 | 100 | 0 | 1010 | 11000 | 1010001 | 1110 | 1001000 |
Color Harmonies of #BBC2AE
Complementary color
Monochromatic Colors of #BBC2AE
Black with #BBC2AE
Text Example
Text Example
White with #BBC2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2AE; }
p { color: rgb(187,194,174); }
H1.HeaderClassName
{
color: #BBC2AE;
}
.AnyTagClassName
{
color: #BBC2AE;
}
</style>
background-color css
<style>
a { background-color: #BBC2AE; }
a { background-color: rgb(187,194,174); }
div.DivClassName
{
background-color: #BBC2AE;
}
.BgClassName
{
background-color: #BBC2AE;
}
</style>
border-color css
<style>
span { border-color: #BBC2AE; }
span { border-color: rgb(187,194,174); }
td.TdClassName
{
border-color: #BBC2AE;
}
.TagClassName
{
border-color: #BBC2AE;
}
</style>