#BBC5A9

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

Shades of Pale Leaf #BBC5A9

Tints of Pale Leaf #BBC5A9

Color information

#BBC5A9 (or 0xBBC5A9) is unknown color: approx Pale Leaf. HEX triplet: BB, C5 and A9. RGB value is (187,197,169). Sum of RGB (Red+Green+Blue) = 187+197+169=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5A9 is #443A56. Grayscale: #BEBEBE. Windows color (decimal): -4471383 or 11126203. OLE color: 11126203.

HSL color Cylindrical-coordinate representation of color #BBC5A9: hue angle of 81.43º 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 #BBC5A9 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB187197169-
CMYK0.0500.140.23
HSL81.43º19.44%71.76%-
HSV(B)81.43º14.21%77.25%-
XYZ47.6253.3645.33-
YUV190.82115.69125.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 169 (66.41% from 255) = 30.56%
R=33.82%
G=35.62%
B=30.56%

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
Decimal1871971690.0500.140.2381.4319.4471.76
HexBBC5A950E17511348
Octal27330525150162712123110
Binary10111011110001011010100110101110101111010001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5A9; }

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

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

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

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

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

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

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

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