#BCDA99

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

Shades of Pixie Green #BCDA99

Tints of Pixie Green #BCDA99

Color information

#BCDA99 (or 0xBCDA99) is unknown color: approx Pixie Green. HEX triplet: BC, DA and 99. RGB value is (188,218,153). Sum of RGB (Red+Green+Blue) = 188+218+153=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA99 is #432566. Grayscale: #C9C9C9. Windows color (decimal): -4400487 or 10083004. OLE color: 10083004.

HSL color Cylindrical-coordinate representation of color #BCDA99: hue angle of 87.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDA99 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB188218153-
CMYK0.1400.300.15
HSL87.69º46.76%72.75%-
HSV(B)87.69º29.82%85.49%-
XYZ51.5663.1339.61-
YUV201.62100.56118.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=33.63%
G=39.00%
B=27.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181530.1400.300.1587.6946.7672.75
HexBCDA99E01EF582f49
Octal274332231160361713057111
Binary1011110011011010100110011110011110111110110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA99; }

 p { color: rgb(188,218,153); }

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

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

 a { background-color: rgb(188,218,153); }

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

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

 span { border-color: rgb(188,218,153); }

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