#BCCAA9

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

Shades of Pale Leaf #BCCAA9

Tints of Pale Leaf #BCCAA9

Color information

#BCCAA9 (or 0xBCCAA9) is unknown color: approx Pale Leaf. HEX triplet: BC, CA and A9. RGB value is (188,202,169). Sum of RGB (Red+Green+Blue) = 188+202+169=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA9 is #433556. Grayscale: #C2C2C2. Windows color (decimal): -4404567 or 11127484. OLE color: 11127484.

HSL color Cylindrical-coordinate representation of color #BCCAA9: hue angle of 85.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCAA9 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB188202169-
CMYK0.0700.160.21
HSL85.45º23.74%72.75%-
HSV(B)85.45º16.34%79.22%-
XYZ49.0255.845.72-
YUV194.05113.86123.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=33.63%
G=36.14%
B=30.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021690.0700.160.2185.4523.7472.75
HexBCCAA9701015551849
Octal27431225170202512530111
Binary101111001100101010101001111010000101011010101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAA9; }

 p { color: rgb(188,202,169); }

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

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

 a { background-color: rgb(188,202,169); }

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

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

 span { border-color: rgb(188,202,169); }

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