Shades of Pale Leaf #BBC5A2
Tints of Pale Leaf #BBC5A2
RGB
CMYK
RGB Variations
Color information
#BBC5A2 (or 0xBBC5A2) is known color: Pale Leaf. HEX triplet: BB, C5 and A2. RGB value is (187,197,162). Sum of RGB (Red+Green+Blue) = 187+197+162=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5A2 is #443A5D. Grayscale: #BEBEBE. Windows color (decimal): -4471390 or 10667451. OLE color: 10667451.
HSL color Cylindrical-coordinate representation of color #BBC5A2: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC5A2 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
RGB | 187 | 197 | 162 | - |
CMYK | 0.05 | 0 | 0.18 | 0.23 |
HSL | 77.14º | 0.23% | 0.7% | - |
HSV(B) | 77.14º | 0.18% | 0.77% | - |
XYZ | 46.98 | 53.11 | 41.96 | - |
YUV | 190.02 | 112.19 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 162 | 0.05 | 0 | 0.18 | 0.23 | 77.14 | 0.23 | 0.7 |
Hex | BB | C5 | A2 | 5 | 0 | 12 | 17 | 4D | 17 | 46 |
Octal | 273 | 305 | 242 | 5 | 0 | 22 | 27 | 115 | 27 | 106 |
Binary | 10111011 | 11000101 | 10100010 | 101 | 0 | 10010 | 10111 | 1001101 | 10111 | 1000110 |
Color Harmonies of #BBC5A2
Complementary color
Monochromatic Colors of #BBC5A2
Black with #BBC5A2
Text Example
Text Example
White with #BBC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5A2; }
p { color: rgb(187,197,162); }
H1.HeaderClassName
{
color: #BBC5A2;
}
.AnyTagClassName
{
color: #BBC5A2;
}
</style>
background-color css
<style>
a { background-color: #BBC5A2; }
a { background-color: rgb(187,197,162); }
div.DivClassName
{
background-color: #BBC5A2;
}
.BgClassName
{
background-color: #BBC5A2;
}
</style>
border-color css
<style>
span { border-color: #BBC5A2; }
span { border-color: rgb(187,197,162); }
td.TdClassName
{
border-color: #BBC5A2;
}
.TagClassName
{
border-color: #BBC5A2;
}
</style>