#BBC4AA

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

Shades of Pale Leaf #BBC4AA

Tints of Pale Leaf #BBC4AA

Color information

#BBC4AA (or 0xBBC4AA) is unknown color: approx Pale Leaf. HEX triplet: BB, C4 and AA. RGB value is (187,196,170). Sum of RGB (Red+Green+Blue) = 187+196+170=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4AA is #443B55. Grayscale: #BEBEBE. Windows color (decimal): -4471638 or 11191483. OLE color: 11191483.

HSL color Cylindrical-coordinate representation of color #BBC4AA: hue angle of 80.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC4AA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB187196170-
CMYK0.0500.130.23
HSL80.77º18.06%71.76%-
HSV(B)80.77º13.27%76.86%-
XYZ47.4952.9545.75-
YUV190.34116.52125.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=33.82%
G=35.44%
B=30.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961700.0500.130.2380.7718.0671.76
HexBBC4AA50D17511248
Octal27330425250152712122110
Binary10111011110001001010101010101101101111010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4AA; }

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

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

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

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

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

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

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

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