#BBC4AB

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

Shades of Pale Leaf #BBC4AB

Tints of Pale Leaf #BBC4AB

Color information

#BBC4AB (or 0xBBC4AB) is unknown color: approx Pale Leaf. HEX triplet: BB, C4 and AB. RGB value is (187,196,171). Sum of RGB (Red+Green+Blue) = 187+196+171=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4AB is #443B54. Grayscale: #BEBEBE. Windows color (decimal): -4471637 or 11257019. OLE color: 11257019.

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

Color convert

RGB187196171-
CMYK0.0500.130.23
HSL81.6º17.48%71.96%-
HSV(B)81.6º12.76%76.86%-
XYZ47.5852.9846.25-
YUV190.46117.02125.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=33.75%
G=35.38%
B=30.87%

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
Decimal1871961710.0500.130.2381.617.4871.96
HexBBC4AB50D17521148
Octal27330425350152712221110
Binary10111011110001001010101110101101101111010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4AB; }

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

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

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

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

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

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

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

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