#BBC7AA

Color #BBC7AA Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BBC7AA

Tints of Pale Leaf #BBC7AA

Color information

#BBC7AA (or 0xBBC7AA) is unknown color: approx Pale Leaf. HEX triplet: BB, C7 and AA. RGB value is (187,199,170). Sum of RGB (Red+Green+Blue) = 187+199+170=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7AA is #443855. Grayscale: #C0C0C0. Windows color (decimal): -4470870 or 11192251. OLE color: 11192251.

HSL color Cylindrical-coordinate representation of color #BBC7AA: hue angle of 84.83º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC7AA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB187199170-
CMYK0.0600.150.22
HSL84.83º20.57%72.35%-
HSV(B)84.83º14.57%78.04%-
XYZ48.1754.3145.97-
YUV192.11115.52124.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=33.63%
G=35.79%
B=30.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991700.0600.150.2284.8320.5772.35
HexBBC7AA60F16551548
Octal27330725260172612525110
Binary10111011110001111010101011001111101101010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7AA; }

 p { color: rgb(187,199,170); }

 H1.HeaderClassName
 {
   color: #BBC7AA;
 }
 .AnyTagClassName
 {
   color: #BBC7AA;
 }
</style>
background-color css

<style>
 a { background-color: #BBC7AA; }

 a { background-color: rgb(187,199,170); }

 div.DivClassName
 {
   background-color: #BBC7AA;
 }
 .BgClassName
 {
   background-color: #BBC7AA;
 }
</style>
border-color css

<style>
 span { border-color: #BBC7AA; }

 span { border-color: rgb(187,199,170); }

 td.TdClassName
 {
   border-color: #BBC7AA;
 }
 .TagClassName
 {
   border-color: #BBC7AA;
 }
</style>