#BBC6AA

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

Shades of Pale Leaf #BBC6AA

Tints of Pale Leaf #BBC6AA

Color information

#BBC6AA (or 0xBBC6AA) is unknown color: approx Pale Leaf. HEX triplet: BB, C6 and AA. RGB value is (187,198,170). Sum of RGB (Red+Green+Blue) = 187+198+170=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6AA is #443955. Grayscale: #BFBFBF. Windows color (decimal): -4471126 or 11191995. OLE color: 11191995.

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

Color convert

RGB187198170-
CMYK0.0600.140.22
HSL83.57º19.72%72.16%-
HSV(B)83.57º14.14%77.65%-
XYZ47.9453.8645.9-
YUV191.52115.86124.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=33.69%
G=35.68%
B=30.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981700.0600.140.2283.5719.7272.16
HexBBC6AA60E16541448
Octal27330625260162612424110
Binary10111011110001101010101011001110101101010100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6AA; }

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

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

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

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

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

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

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

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