#BCD1AD

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

Shades of Pixie Green #BCD1AD

Tints of Pixie Green #BCD1AD

Color information

#BCD1AD (or 0xBCD1AD) is unknown color: approx Pixie Green. HEX triplet: BC, D1 and AD. RGB value is (188,209,173). Sum of RGB (Red+Green+Blue) = 188+209+173=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD1AD is #432E52. Grayscale: #C6C6C6. Windows color (decimal): -4402771 or 11391420. OLE color: 11391420.

HSL color Cylindrical-coordinate representation of color #BCD1AD: hue angle of 95º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD1AD is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB188209173-
CMYK0.1000.170.18
HSL95º28.13%74.9%-
HSV(B)95º17.22%81.96%-
XYZ51.0859.3148.29-
YUV198.62113.54120.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=32.98%
G=36.67%
B=30.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091730.1000.170.189528.1374.9
HexBCD1ADA011125f1c4b
Octal274321255120212213734113
Binary1011110011010001101011011010010001100101011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1AD; }

 p { color: rgb(188,209,173); }

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

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

 a { background-color: rgb(188,209,173); }

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

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

 span { border-color: rgb(188,209,173); }

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