#BBC6A9

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

Shades of Pale Leaf #BBC6A9

Tints of Pale Leaf #BBC6A9

Color information

#BBC6A9 (or 0xBBC6A9) is unknown color: approx Pale Leaf. HEX triplet: BB, C6 and A9. RGB value is (187,198,169). Sum of RGB (Red+Green+Blue) = 187+198+169=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6A9 is #443956. Grayscale: #BFBFBF. Windows color (decimal): -4471127 or 11126459. OLE color: 11126459.

HSL color Cylindrical-coordinate representation of color #BBC6A9: hue angle of 82.76º degrees, saturation: 0.2, 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 #BBC6A9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB187198169-
CMYK0.0600.150.22
HSL82.76º20.28%71.96%-
HSV(B)82.76º14.65%77.65%-
XYZ47.8553.8245.4-
YUV191.4115.36124.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=33.75%
G=35.74%
B=30.51%

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
Decimal1871981690.0600.150.2282.7620.2871.96
HexBBC6A960F16531448
Octal27330625160172612324110
Binary10111011110001101010100111001111101101010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6A9; }

 p { color: rgb(187,198,169); }

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

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

 a { background-color: rgb(187,198,169); }

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

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

 span { border-color: rgb(187,198,169); }

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