Shades of Pale Leaf #BBC3AC
Tints of Pale Leaf #BBC3AC
RGB
CMYK
RGB Variations
Color information
#BBC3AC (or 0xBBC3AC) is known color: Pale Leaf. HEX triplet: BB, C3 and AC. RGB value is (187,195,172). Sum of RGB (Red+Green+Blue) = 187+195+172=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AC is #443C53. Grayscale: #BEBEBE. Windows color (decimal): -4471892 or 11322299. OLE color: 11322299.
HSL color Cylindrical-coordinate representation of color #BBC3AC: hue angle of 80.87º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC3AC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 195 | 172 | - |
CMYK | 0.04 | 0 | 0.12 | 0.24 |
HSL | 80.87º | 0.16% | 0.72% | - |
HSV(B) | 80.87º | 0.12% | 0.76% | - |
XYZ | 47.46 | 52.57 | 46.68 | - |
YUV | 189.99 | 117.85 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 195 | 172 | 0.04 | 0 | 0.12 | 0.24 | 80.87 | 0.16 | 0.72 |
Hex | BB | C3 | AC | 4 | 0 | C | 18 | 51 | 10 | 48 |
Octal | 273 | 303 | 254 | 4 | 0 | 14 | 30 | 121 | 20 | 110 |
Binary | 10111011 | 11000011 | 10101100 | 100 | 0 | 1100 | 11000 | 1010001 | 10000 | 1001000 |
Color Harmonies of #BBC3AC
Complementary color
Monochromatic Colors of #BBC3AC
Black with #BBC3AC
Text Example
Text Example
White with #BBC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3AC; }
p { color: rgb(187,195,172); }
H1.HeaderClassName
{
color: #BBC3AC;
}
.AnyTagClassName
{
color: #BBC3AC;
}
</style>
background-color css
<style>
a { background-color: #BBC3AC; }
a { background-color: rgb(187,195,172); }
div.DivClassName
{
background-color: #BBC3AC;
}
.BgClassName
{
background-color: #BBC3AC;
}
</style>
border-color css
<style>
span { border-color: #BBC3AC; }
span { border-color: rgb(187,195,172); }
td.TdClassName
{
border-color: #BBC3AC;
}
.TagClassName
{
border-color: #BBC3AC;
}
</style>