#BBC2A9

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

Shades of Pale Leaf #BBC2A9

Tints of Pale Leaf #BBC2A9

Color information

#BBC2A9 (or 0xBBC2A9) is unknown color: approx Pale Leaf. HEX triplet: BB, C2 and A9. RGB value is (187,194,169). Sum of RGB (Red+Green+Blue) = 187+194+169=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2A9 is #443D56. Grayscale: #BDBDBD. Windows color (decimal): -4472151 or 11125435. OLE color: 11125435.

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

Color convert

RGB187194169-
CMYK0.0400.130.24
HSL76.8º17.01%71.18%-
HSV(B)76.8º12.89%76.08%-
XYZ46.9552.0145.1-
YUV189.06116.68126.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=34%
G=35.27%
B=30.73%

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
Decimal1871941690.0400.130.2476.817.0171.18
HexBBC2A940D184d1147
Octal27330225140153011521107
Binary10111011110000101010100110001101110001001101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2A9; }

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

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

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

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

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

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

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

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