#BCDD9A

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

Shades of Pixie Green #BCDD9A

Tints of Pixie Green #BCDD9A

Color information

#BCDD9A (or 0xBCDD9A) is unknown color: approx Pixie Green. HEX triplet: BC, DD and 9A. RGB value is (188,221,154). Sum of RGB (Red+Green+Blue) = 188+221+154=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD9A is #432265. Grayscale: #CBCBCB. Windows color (decimal): -4399718 or 10149308. OLE color: 10149308.

HSL color Cylindrical-coordinate representation of color #BCDD9A: hue angle of 89.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDD9A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB188221154-
CMYK0.1500.300.13
HSL89.55º49.63%73.53%-
HSV(B)89.55º30.32%86.67%-
XYZ52.4364.7440.3-
YUV203.5100.07116.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=33.39%
G=39.25%
B=27.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211540.1500.300.1389.5549.6373.53
HexBCDD9AF01ED5a324a
Octal274335232170361513262112
Binary1011110011011101100110101111011110110110110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD9A; }

 p { color: rgb(188,221,154); }

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

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

 a { background-color: rgb(188,221,154); }

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

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

 span { border-color: rgb(188,221,154); }

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