Shades of Pale Leaf #BBC4A5
Tints of Pale Leaf #BBC4A5
RGB
CMYK
RGB Variations
Color information
#BBC4A5 (or 0xBBC4A5) is known color: Pale Leaf. HEX triplet: BB, C4 and A5. RGB value is (187,196,165). Sum of RGB (Red+Green+Blue) = 187+196+165=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4A5 is #443B5A. Grayscale: #BDBDBD. Windows color (decimal): -4471643 or 10863803. OLE color: 10863803.
HSL color Cylindrical-coordinate representation of color #BBC4A5: hue angle of 77.42º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC4A5 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 165 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.23 |
| HSL | 77.42º | 0.21% | 0.71% | - |
| HSV(B) | 77.42º | 0.16% | 0.77% | - |
| XYZ | 47.02 | 52.76 | 43.3 | - |
| YUV | 189.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 165 | 0.05 | 0 | 0.16 | 0.23 | 77.42 | 0.21 | 0.71 |
| Hex | BB | C4 | A5 | 5 | 0 | 10 | 17 | 4D | 15 | 47 |
| Octal | 273 | 304 | 245 | 5 | 0 | 20 | 27 | 115 | 25 | 107 |
| Binary | 10111011 | 11000100 | 10100101 | 101 | 0 | 10000 | 10111 | 1001101 | 10101 | 1000111 |
Color Harmonies of #BBC4A5
Complementary color
Monochromatic Colors of #BBC4A5
Black with #BBC4A5
Text Example
Text Example
White with #BBC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4A5; }
p { color: rgb(187,196,165); }
H1.HeaderClassName
{
color: #BBC4A5;
}
.AnyTagClassName
{
color: #BBC4A5;
}
</style>
background-color css
<style>
a { background-color: #BBC4A5; }
a { background-color: rgb(187,196,165); }
div.DivClassName
{
background-color: #BBC4A5;
}
.BgClassName
{
background-color: #BBC4A5;
}
</style>
border-color css
<style>
span { border-color: #BBC4A5; }
span { border-color: rgb(187,196,165); }
td.TdClassName
{
border-color: #BBC4A5;
}
.TagClassName
{
border-color: #BBC4A5;
}
</style>