Shades of Pale Leaf #BBC2AD
Tints of Pale Leaf #BBC2AD
RGB
CMYK
RGB Variations
Color information
#BBC2AD (or 0xBBC2AD) is known color: Pale Leaf. HEX triplet: BB, C2 and AD. RGB value is (187,194,173). Sum of RGB (Red+Green+Blue) = 187+194+173=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2AD is #443D52. Grayscale: #BDBDBD. Windows color (decimal): -4472147 or 11387579. OLE color: 11387579.
HSL color Cylindrical-coordinate representation of color #BBC2AD: hue angle of 80º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC2AD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 194 | 173 | - |
CMYK | 0.04 | 0 | 0.11 | 0.24 |
HSL | 80º | 0.15% | 0.72% | - |
HSV(B) | 80º | 0.11% | 0.76% | - |
XYZ | 47.33 | 52.17 | 47.11 | - |
YUV | 189.51 | 118.68 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 173 | 0.04 | 0 | 0.11 | 0.24 | 80 | 0.15 | 0.72 |
Hex | BB | C2 | AD | 4 | 0 | B | 18 | 50 | F | 48 |
Octal | 273 | 302 | 255 | 4 | 0 | 13 | 30 | 120 | 17 | 110 |
Binary | 10111011 | 11000010 | 10101101 | 100 | 0 | 1011 | 11000 | 1010000 | 1111 | 1001000 |
Color Harmonies of #BBC2AD
Complementary color
Monochromatic Colors of #BBC2AD
Black with #BBC2AD
Text Example
Text Example
White with #BBC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2AD; }
p { color: rgb(187,194,173); }
H1.HeaderClassName
{
color: #BBC2AD;
}
.AnyTagClassName
{
color: #BBC2AD;
}
</style>
background-color css
<style>
a { background-color: #BBC2AD; }
a { background-color: rgb(187,194,173); }
div.DivClassName
{
background-color: #BBC2AD;
}
.BgClassName
{
background-color: #BBC2AD;
}
</style>
border-color css
<style>
span { border-color: #BBC2AD; }
span { border-color: rgb(187,194,173); }
td.TdClassName
{
border-color: #BBC2AD;
}
.TagClassName
{
border-color: #BBC2AD;
}
</style>