Shades of Pale Leaf #BBC2AC
Tints of Pale Leaf #BBC2AC
RGB
CMYK
RGB Variations
Color information
#BBC2AC (or 0xBBC2AC) is known color: Pale Leaf. HEX triplet: BB, C2 and AC. RGB value is (187,194,172). Sum of RGB (Red+Green+Blue) = 187+194+172=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2AC is #443D53. Grayscale: #BDBDBD. Windows color (decimal): -4472148 or 11322043. OLE color: 11322043.
HSL color Cylindrical-coordinate representation of color #BBC2AC: hue angle of 79.09º 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 #BBC2AC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 194 | 172 | - |
CMYK | 0.04 | 0 | 0.11 | 0.24 |
HSL | 79.09º | 0.15% | 0.72% | - |
HSV(B) | 79.09º | 0.11% | 0.76% | - |
XYZ | 47.23 | 52.13 | 46.6 | - |
YUV | 189.4 | 118.18 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 172 | 0.04 | 0 | 0.11 | 0.24 | 79.09 | 0.15 | 0.72 |
Hex | BB | C2 | AC | 4 | 0 | B | 18 | 4F | F | 48 |
Octal | 273 | 302 | 254 | 4 | 0 | 13 | 30 | 117 | 17 | 110 |
Binary | 10111011 | 11000010 | 10101100 | 100 | 0 | 1011 | 11000 | 1001111 | 1111 | 1001000 |
Color Harmonies of #BBC2AC
Complementary color
Monochromatic Colors of #BBC2AC
Black with #BBC2AC
Text Example
Text Example
White with #BBC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2AC; }
p { color: rgb(187,194,172); }
H1.HeaderClassName
{
color: #BBC2AC;
}
.AnyTagClassName
{
color: #BBC2AC;
}
</style>
background-color css
<style>
a { background-color: #BBC2AC; }
a { background-color: rgb(187,194,172); }
div.DivClassName
{
background-color: #BBC2AC;
}
.BgClassName
{
background-color: #BBC2AC;
}
</style>
border-color css
<style>
span { border-color: #BBC2AC; }
span { border-color: rgb(187,194,172); }
td.TdClassName
{
border-color: #BBC2AC;
}
.TagClassName
{
border-color: #BBC2AC;
}
</style>