#BCCCA3

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

Shades of Pale Leaf #BCCCA3

Tints of Pale Leaf #BCCCA3

Color information

#BCCCA3 (or 0xBCCCA3) is unknown color: approx Pale Leaf. HEX triplet: BC, CC and A3. RGB value is (188,204,163). Sum of RGB (Red+Green+Blue) = 188+204+163=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA3 is #43335C. Grayscale: #C2C2C2. Windows color (decimal): -4404061 or 10734780. OLE color: 10734780.

HSL color Cylindrical-coordinate representation of color #BCCCA3: hue angle of 83.41º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCCA3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB188204163-
CMYK0.0800.200.2
HSL83.41º28.67%71.96%-
HSV(B)83.41º20.1%80%-
XYZ48.9456.5242.98-
YUV194.54110.2123.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 163 (64.06% from 255) = 29.37%
R=33.87%
G=36.76%
B=29.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041630.0800.200.283.4128.6771.96
HexBCCCA3801414531d48
Octal274314243100242412335110
Binary1011110011001100101000111000010100101001010011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCA3; }

 p { color: rgb(188,204,163); }

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

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

 a { background-color: rgb(188,204,163); }

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

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

 span { border-color: rgb(188,204,163); }

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