#BBC2AB

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

Shades of Pale Leaf #BBC2AB

Tints of Pale Leaf #BBC2AB

Color information

#BBC2AB (or 0xBBC2AB) is unknown color: approx Pale Leaf. HEX triplet: BB, C2 and AB. RGB value is (187,194,171). Sum of RGB (Red+Green+Blue) = 187+194+171=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2AB is #443D54. Grayscale: #BDBDBD. Windows color (decimal): -4472149 or 11256507. OLE color: 11256507.

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

Color convert

RGB187194171-
CMYK0.0400.120.24
HSL78.26º15.86%71.57%-
HSV(B)78.26º11.86%76.08%-
XYZ47.1452.0946.1-
YUV189.28117.68126.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=33.88%
G=35.14%
B=30.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941710.0400.120.2478.2615.8671.57
HexBBC2AB40C184e1048
Octal27330225340143011620110
Binary10111011110000101010101110001100110001001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2AB; }

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

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

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

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

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

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

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

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