#BCDD9E

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

Shades of Pixie Green #BCDD9E

Tints of Pixie Green #BCDD9E

Color information

#BCDD9E (or 0xBCDD9E) is unknown color: approx Pixie Green. HEX triplet: BC, DD and 9E. RGB value is (188,221,158). Sum of RGB (Red+Green+Blue) = 188+221+158=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD9E is #432261. Grayscale: #CCCCCC. Windows color (decimal): -4399714 or 10411452. OLE color: 10411452.

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

Color convert

RGB188221158-
CMYK0.1500.290.13
HSL91.43º48.09%74.31%-
HSV(B)91.43º28.51%86.67%-
XYZ52.7764.8742.09-
YUV203.95102.07116.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=33.16%
G=38.98%
B=27.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211580.1500.290.1391.4348.0974.31
HexBCDD9EF01DD5b304a
Octal274335236170351513360112
Binary1011110011011101100111101111011101110110110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD9E; }

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

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

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

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

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

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

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

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