Shades of Pale Leaf #BBC6A6
Tints of Pale Leaf #BBC6A6
RGB
CMYK
RGB Variations
Color information
#BBC6A6 (or 0xBBC6A6) is known color: Pale Leaf. HEX triplet: BB, C6 and A6. RGB value is (187,198,166). Sum of RGB (Red+Green+Blue) = 187+198+166=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6A6 is #443959. Grayscale: #BFBFBF. Windows color (decimal): -4471130 or 10929851. OLE color: 10929851.
HSL color Cylindrical-coordinate representation of color #BBC6A6: hue angle of 80.62º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC6A6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 166 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.22 |
| HSL | 80.63º | 0.22% | 0.71% | - |
| HSV(B) | 80.63º | 0.16% | 0.78% | - |
| XYZ | 47.57 | 53.71 | 43.94 | - |
| YUV | 191.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 166 | 0.06 | 0 | 0.16 | 0.22 | 80.63 | 0.22 | 0.71 |
| Hex | BB | C6 | A6 | 6 | 0 | 10 | 16 | 51 | 16 | 47 |
| Octal | 273 | 306 | 246 | 6 | 0 | 20 | 26 | 121 | 26 | 107 |
| Binary | 10111011 | 11000110 | 10100110 | 110 | 0 | 10000 | 10110 | 1010001 | 10110 | 1000111 |
Color Harmonies of #BBC6A6
Complementary color
Monochromatic Colors of #BBC6A6
Black with #BBC6A6
Text Example
Text Example
White with #BBC6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6A6; }
p { color: rgb(187,198,166); }
H1.HeaderClassName
{
color: #BBC6A6;
}
.AnyTagClassName
{
color: #BBC6A6;
}
</style>
background-color css
<style>
a { background-color: #BBC6A6; }
a { background-color: rgb(187,198,166); }
div.DivClassName
{
background-color: #BBC6A6;
}
.BgClassName
{
background-color: #BBC6A6;
}
</style>
border-color css
<style>
span { border-color: #BBC6A6; }
span { border-color: rgb(187,198,166); }
td.TdClassName
{
border-color: #BBC6A6;
}
.TagClassName
{
border-color: #BBC6A6;
}
</style>