#BBC6A2

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

Shades of Pale Leaf #BBC6A2

Tints of Pale Leaf #BBC6A2

Color information

#BBC6A2 (or 0xBBC6A2) is unknown color: approx Pale Leaf. HEX triplet: BB, C6 and A2. RGB value is (187,198,162). Sum of RGB (Red+Green+Blue) = 187+198+162=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6A2 is #44395D. Grayscale: #BEBEBE. Windows color (decimal): -4471134 or 10667707. OLE color: 10667707.

HSL color Cylindrical-coordinate representation of color #BBC6A2: hue angle of 78.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC6A2 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB187198162-
CMYK0.0600.180.22
HSL78.33º24%70.59%-
HSV(B)78.33º18.18%77.65%-
XYZ47.2153.5642.03-
YUV190.61111.86125.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 162 (63.67% from 255) = 29.62%
R=34.19%
G=36.20%
B=29.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981620.0600.180.2278.332470.59
HexBBC6A26012164e1847
Octal27330624260222611630107
Binary101110111100011010100010110010010101101001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6A2; }

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

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

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

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

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

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

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

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