Shades of Pale Leaf #BBC6A3
Tints of Pale Leaf #BBC6A3
RGB
CMYK
RGB Variations
Color information
#BBC6A3 (or 0xBBC6A3) is known color: Pale Leaf. HEX triplet: BB, C6 and A3. RGB value is (187,198,163). Sum of RGB (Red+Green+Blue) = 187+198+163=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6A3 is #44395C. Grayscale: #BEBEBE. Windows color (decimal): -4471133 or 10733243. OLE color: 10733243.
HSL color Cylindrical-coordinate representation of color #BBC6A3: hue angle of 78.86º degrees, saturation: 0.23, 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 #BBC6A3 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 163 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.22 |
| HSL | 78.86º | 0.23% | 0.71% | - |
| HSV(B) | 78.86º | 0.18% | 0.78% | - |
| XYZ | 47.3 | 53.6 | 42.5 | - |
| YUV | 190.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 163 | 0.06 | 0 | 0.18 | 0.22 | 78.86 | 0.23 | 0.71 |
| Hex | BB | C6 | A3 | 6 | 0 | 12 | 16 | 4F | 17 | 47 |
| Octal | 273 | 306 | 243 | 6 | 0 | 22 | 26 | 117 | 27 | 107 |
| Binary | 10111011 | 11000110 | 10100011 | 110 | 0 | 10010 | 10110 | 1001111 | 10111 | 1000111 |
Color Harmonies of #BBC6A3
Complementary color
Monochromatic Colors of #BBC6A3
Black with #BBC6A3
Text Example
Text Example
White with #BBC6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6A3; }
p { color: rgb(187,198,163); }
H1.HeaderClassName
{
color: #BBC6A3;
}
.AnyTagClassName
{
color: #BBC6A3;
}
</style>
background-color css
<style>
a { background-color: #BBC6A3; }
a { background-color: rgb(187,198,163); }
div.DivClassName
{
background-color: #BBC6A3;
}
.BgClassName
{
background-color: #BBC6A3;
}
</style>
border-color css
<style>
span { border-color: #BBC6A3; }
span { border-color: rgb(187,198,163); }
td.TdClassName
{
border-color: #BBC6A3;
}
.TagClassName
{
border-color: #BBC6A3;
}
</style>