#BBC3AD

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

Shades of Pale Leaf #BBC3AD

Tints of Pale Leaf #BBC3AD

Color information

#BBC3AD (or 0xBBC3AD) is unknown color: approx Pale Leaf. HEX triplet: BB, C3 and AD. RGB value is (187,195,173). Sum of RGB (Red+Green+Blue) = 187+195+173=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AD is #443C52. Grayscale: #BEBEBE. Windows color (decimal): -4471891 or 11387835. OLE color: 11387835.

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

Color convert

RGB187195173-
CMYK0.0400.110.24
HSL81.82º15.49%72.16%-
HSV(B)81.82º11.28%76.47%-
XYZ47.5552.6147.18-
YUV190.1118.35125.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=33.69%
G=35.14%
B=31.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951730.0400.110.2481.8215.4972.16
HexBBC3AD40B1852f48
Octal27330325540133012217110
Binary1011101111000011101011011000101111000101001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3AD; }

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

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

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

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

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

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

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

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