#BCDA9B

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

Shades of Pixie Green #BCDA9B

Tints of Pixie Green #BCDA9B

Color information

#BCDA9B (or 0xBCDA9B) is unknown color: approx Pixie Green. HEX triplet: BC, DA and 9B. RGB value is (188,218,155). Sum of RGB (Red+Green+Blue) = 188+218+155=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA9B is #432564. Grayscale: #CACACA. Windows color (decimal): -4400485 or 10214076. OLE color: 10214076.

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

Color convert

RGB188218155-
CMYK0.1400.290.15
HSL88.57º45.99%73.14%-
HSV(B)88.57º28.9%85.49%-
XYZ51.7363.240.48-
YUV201.85101.56118.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=33.51%
G=38.86%
B=27.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181550.1400.290.1588.5745.9973.14
HexBCDA9BE01DF592e49
Octal274332233160351713156111
Binary1011110011011010100110111110011101111110110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA9B; }

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

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

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

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

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

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

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

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