#BBC3AA

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

Shades of Pale Leaf #BBC3AA

Tints of Pale Leaf #BBC3AA

Color information

#BBC3AA (or 0xBBC3AA) is unknown color: approx Pale Leaf. HEX triplet: BB, C3 and AA. RGB value is (187,195,170). Sum of RGB (Red+Green+Blue) = 187+195+170=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AA is #443C55. Grayscale: #BDBDBD. Windows color (decimal): -4471894 or 11191227. OLE color: 11191227.

HSL color Cylindrical-coordinate representation of color #BBC3AA: hue angle of 79.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC3AA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB187195170-
CMYK0.0400.130.24
HSL79.2º17.24%71.57%-
HSV(B)79.2º12.82%76.47%-
XYZ47.2652.545.67-
YUV189.76116.85126.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=33.88%
G=35.33%
B=30.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951700.0400.130.2479.217.2471.57
HexBBC3AA40D184f1148
Octal27330325240153011721110
Binary10111011110000111010101010001101110001001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3AA; }

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

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

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

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

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

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

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

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