Shades of Pale Leaf #BBC6A2
Tints of Pale Leaf #BBC6A2
RGB
CMYK
RGB Variations
Color information
#BBC6A2 (or 0xBBC6A2) is known color: Pale Leaf. HEX triplet: BB, C6 and A2. RGB value is (187,198,162). Sum of RGB (Red+Green+Blue) = 187+198+162=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6A2 is #44395D. Grayscale: #BEBEBE. Windows color (decimal): -4471134 or 10667707. OLE color: 10667707.
HSL color Cylindrical-coordinate representation of color #BBC6A2: hue angle of 78.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC6A2 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 162 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.22 |
| HSL | 78.33º | 0.24% | 0.71% | - |
| HSV(B) | 78.33º | 0.18% | 0.78% | - |
| XYZ | 47.21 | 53.56 | 42.03 | - |
| YUV | 190.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 162 | 0.06 | 0 | 0.18 | 0.22 | 78.33 | 0.24 | 0.71 |
| Hex | BB | C6 | A2 | 6 | 0 | 12 | 16 | 4E | 18 | 47 |
| Octal | 273 | 306 | 242 | 6 | 0 | 22 | 26 | 116 | 30 | 107 |
| Binary | 10111011 | 11000110 | 10100010 | 110 | 0 | 10010 | 10110 | 1001110 | 11000 | 1000111 |
Color Harmonies of #BBC6A2
Complementary color
Monochromatic Colors of #BBC6A2
Black with #BBC6A2
Text Example
Text Example
White with #BBC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6A2; }
p { color: rgb(187,198,162); }
H1.HeaderClassName
{
color: #BBC6A2;
}
.AnyTagClassName
{
color: #BBC6A2;
}
</style>
background-color css
<style>
a { background-color: #BBC6A2; }
a { background-color: rgb(187,198,162); }
div.DivClassName
{
background-color: #BBC6A2;
}
.BgClassName
{
background-color: #BBC6A2;
}
</style>
border-color css
<style>
span { border-color: #BBC6A2; }
span { border-color: rgb(187,198,162); }
td.TdClassName
{
border-color: #BBC6A2;
}
.TagClassName
{
border-color: #BBC6A2;
}
</style>