#BCCEA4

Color #BCCEA4 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BCCEA4

Tints of Pixie Green #BCCEA4

Color information

#BCCEA4 (or 0xBCCEA4) is unknown color: approx Pixie Green. HEX triplet: BC, CE and A4. RGB value is (188,206,164). Sum of RGB (Red+Green+Blue) = 188+206+164=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA4 is #43315B. Grayscale: #C3C3C3. Windows color (decimal): -4403548 or 10800828. OLE color: 10800828.

HSL color Cylindrical-coordinate representation of color #BCCEA4: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCEA4 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB188206164-
CMYK0.0900.200.19
HSL85.71º30%72.55%-
HSV(B)85.71º20.39%80.78%-
XYZ49.5157.5143.61-
YUV195.83110.04122.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 164 (64.45% from 255) = 29.39%
R=33.69%
G=36.92%
B=29.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061640.0900.200.1985.713072.55
HexBCCEA4901413561e49
Octal274316244110242312636111
Binary1011110011001110101001001001010100100111010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEA4; }

 p { color: rgb(188,206,164); }

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

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

 a { background-color: rgb(188,206,164); }

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

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

 span { border-color: rgb(188,206,164); }

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