#BBC5AC

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

Shades of Pale Leaf #BBC5AC

Tints of Pale Leaf #BBC5AC

Color information

#BBC5AC (or 0xBBC5AC) is unknown color: approx Pale Leaf. HEX triplet: BB, C5 and AC. RGB value is (187,197,172). Sum of RGB (Red+Green+Blue) = 187+197+172=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5AC is #443A53. Grayscale: #BFBFBF. Windows color (decimal): -4471380 or 11322811. OLE color: 11322811.

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

Color convert

RGB187197172-
CMYK0.0500.130.23
HSL84º17.73%72.35%-
HSV(B)84º12.69%77.25%-
XYZ47.9153.4846.83-
YUV191.16117.19125.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=33.63%
G=35.43%
B=30.94%

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
Decimal1871971720.0500.130.238417.7372.35
HexBBC5AC50D17541248
Octal27330525450152712422110
Binary10111011110001011010110010101101101111010100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5AC; }

 p { color: rgb(187,197,172); }

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

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

 a { background-color: rgb(187,197,172); }

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

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

 span { border-color: rgb(187,197,172); }

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