#BBC5AA

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

Shades of Pale Leaf #BBC5AA

Tints of Pale Leaf #BBC5AA

Color information

#BBC5AA (or 0xBBC5AA) is unknown color: approx Pale Leaf. HEX triplet: BB, C5 and AA. RGB value is (187,197,170). Sum of RGB (Red+Green+Blue) = 187+197+170=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5AA is #443A55. Grayscale: #BFBFBF. Windows color (decimal): -4471382 or 11191739. OLE color: 11191739.

HSL color Cylindrical-coordinate representation of color #BBC5AA: hue angle of 82.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC5AA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB187197170-
CMYK0.0500.140.23
HSL82.22º18.88%71.96%-
HSV(B)82.22º13.71%77.25%-
XYZ47.7253.445.82-
YUV190.93116.19125.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=33.75%
G=35.56%
B=30.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871971700.0500.140.2382.2218.8871.96
HexBBC5AA50E17521348
Octal27330525250162712223110
Binary10111011110001011010101010101110101111010010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5AA; }

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

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

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

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

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

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

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

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