Shades of Pale Leaf #BBCAA6
Tints of Pale Leaf #BBCAA6
RGB
CMYK
RGB Variations
Color information
#BBCAA6 (or 0xBBCAA6) is known color: Pale Leaf. HEX triplet: BB, CA and A6. RGB value is (187,202,166). Sum of RGB (Red+Green+Blue) = 187+202+166=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAA6 is #443559. Grayscale: #C1C1C1. Windows color (decimal): -4470106 or 10930875. OLE color: 10930875.
HSL color Cylindrical-coordinate representation of color #BBCAA6: hue angle of 85º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCAA6 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 166 | - |
CMYK | 0.07 | 0 | 0.18 | 0.21 |
HSL | 85º | 0.25% | 0.72% | - |
HSV(B) | 85º | 0.18% | 0.79% | - |
XYZ | 48.5 | 55.56 | 44.24 | - |
YUV | 193.41 | 112.53 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 166 | 0.07 | 0 | 0.18 | 0.21 | 85 | 0.25 | 0.72 |
Hex | BB | CA | A6 | 7 | 0 | 12 | 15 | 55 | 19 | 48 |
Octal | 273 | 312 | 246 | 7 | 0 | 22 | 25 | 125 | 31 | 110 |
Binary | 10111011 | 11001010 | 10100110 | 111 | 0 | 10010 | 10101 | 1010101 | 11001 | 1001000 |
Color Harmonies of #BBCAA6
Complementary color
Monochromatic Colors of #BBCAA6
Black with #BBCAA6
Text Example
Text Example
White with #BBCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAA6; }
p { color: rgb(187,202,166); }
H1.HeaderClassName
{
color: #BBCAA6;
}
.AnyTagClassName
{
color: #BBCAA6;
}
</style>
background-color css
<style>
a { background-color: #BBCAA6; }
a { background-color: rgb(187,202,166); }
div.DivClassName
{
background-color: #BBCAA6;
}
.BgClassName
{
background-color: #BBCAA6;
}
</style>
border-color css
<style>
span { border-color: #BBCAA6; }
span { border-color: rgb(187,202,166); }
td.TdClassName
{
border-color: #BBCAA6;
}
.TagClassName
{
border-color: #BBCAA6;
}
</style>