#BCCAA6

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

Shades of Pale Leaf #BCCAA6

Tints of Pale Leaf #BCCAA6

Color information

#BCCAA6 (or 0xBCCAA6) is unknown color: approx Pale Leaf. HEX triplet: BC, CA and A6. RGB value is (188,202,166). Sum of RGB (Red+Green+Blue) = 188+202+166=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA6 is #433559. Grayscale: #C1C1C1. Windows color (decimal): -4404570 or 10930876. OLE color: 10930876.

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

Color convert

RGB188202166-
CMYK0.0700.180.21
HSL83.33º25.35%72.16%-
HSV(B)83.33º17.82%79.22%-
XYZ48.7455.6944.26-
YUV193.71112.36123.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=33.81%
G=36.33%
B=29.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021660.0700.180.2183.3325.3572.16
HexBCCAA6701215531948
Octal27431224670222512331110
Binary101111001100101010100110111010010101011010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAA6; }

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

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

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

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

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

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

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

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