#BCCAAA

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

Shades of Pale Leaf #BCCAAA

Tints of Pale Leaf #BCCAAA

Color information

#BCCAAA (or 0xBCCAAA) is unknown color: approx Pale Leaf. HEX triplet: BC, CA and AA. RGB value is (188,202,170). Sum of RGB (Red+Green+Blue) = 188+202+170=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAAA is #433555. Grayscale: #C2C2C2. Windows color (decimal): -4404566 or 11193020. OLE color: 11193020.

HSL color Cylindrical-coordinate representation of color #BCCAAA: hue angle of 86.25º degrees, saturation: 0.23, 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 #BCCAAA is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB188202170-
CMYK0.0700.160.21
HSL86.25º23.19%72.94%-
HSV(B)86.25º15.84%79.22%-
XYZ49.1255.8346.22-
YUV194.17114.36123.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=33.57%
G=36.07%
B=30.36%

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
Decimal1882021700.0700.160.2186.2523.1972.94
HexBCCAAA701015561749
Octal27431225270202512627111
Binary101111001100101010101010111010000101011010110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAAA; }

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

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

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

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

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

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

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

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