#BCCFA4

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

Shades of Pixie Green #BCCFA4

Tints of Pixie Green #BCCFA4

Color information

#BCCFA4 (or 0xBCCFA4) is unknown color: approx Pixie Green. HEX triplet: BC, CF and A4. RGB value is (188,207,164). Sum of RGB (Red+Green+Blue) = 188+207+164=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFA4 is #43305B. Grayscale: #C4C4C4. Windows color (decimal): -4403292 or 10801084. OLE color: 10801084.

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

Color convert

RGB188207164-
CMYK0.0900.210.19
HSL86.51º30.94%72.75%-
HSV(B)86.51º20.77%81.18%-
XYZ49.755843.69-
YUV196.42109.71122-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=33.63%
G=37.03%
B=29.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071640.0900.210.1986.5130.9472.75
HexBCCFA4901513571f49
Octal274317244110252312737111
Binary1011110011001111101001001001010101100111010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFA4; }

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

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

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

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

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

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

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

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