#BBC7AD

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

Shades of Pale Leaf #BBC7AD

Tints of Pale Leaf #BBC7AD

Color information

#BBC7AD (or 0xBBC7AD) is unknown color: approx Pale Leaf. HEX triplet: BB, C7 and AD. RGB value is (187,199,173). Sum of RGB (Red+Green+Blue) = 187+199+173=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7AD is #443852. Grayscale: #C0C0C0. Windows color (decimal): -4470867 or 11388859. OLE color: 11388859.

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

Color convert

RGB187199173-
CMYK0.0600.130.22
HSL87.69º18.84%72.94%-
HSV(B)87.69º13.07%78.04%-
XYZ48.4654.4347.49-
YUV192.45117.02124.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=33.45%
G=35.60%
B=30.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991730.0600.130.2287.6918.8472.94
HexBBC7AD60D16581349
Octal27330725560152613023111
Binary10111011110001111010110111001101101101011000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7AD; }

 p { color: rgb(187,199,173); }

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

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

 a { background-color: rgb(187,199,173); }

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

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

 span { border-color: rgb(187,199,173); }

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