#BCCFA1

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

Shades of Pixie Green #BCCFA1

Tints of Pixie Green #BCCFA1

Color information

#BCCFA1 (or 0xBCCFA1) is unknown color: approx Pixie Green. HEX triplet: BC, CF and A1. RGB value is (188,207,161). Sum of RGB (Red+Green+Blue) = 188+207+161=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFA1 is #43305E. Grayscale: #C4C4C4. Windows color (decimal): -4403295 or 10604476. OLE color: 10604476.

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

Color convert

RGB188207161-
CMYK0.0900.220.19
HSL84.78º32.39%72.16%-
HSV(B)84.78º22.22%81.18%-
XYZ49.4857.8942.28-
YUV196.08108.21122.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=33.81%
G=37.23%
B=28.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071610.0900.220.1984.7832.3972.16
HexBCCFA1901613552048
Octal274317241110262312540110
Binary10111100110011111010000110010101101001110101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFA1; }

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

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

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

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

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

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

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

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