#BCD4AD

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

Shades of Pixie Green #BCD4AD

Tints of Pixie Green #BCD4AD

Color information

#BCD4AD (or 0xBCD4AD) is unknown color: approx Pixie Green. HEX triplet: BC, D4 and AD. RGB value is (188,212,173). Sum of RGB (Red+Green+Blue) = 188+212+173=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4AD is #432B52. Grayscale: #C8C8C8. Windows color (decimal): -4402003 or 11392188. OLE color: 11392188.

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

Color convert

RGB188212173-
CMYK0.1100.180.17
HSL96.92º31.2%75.49%-
HSV(B)96.92º18.4%83.14%-
XYZ51.8360.848.54-
YUV200.38112.55119.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=32.81%
G=37.00%
B=30.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121730.1100.180.1796.9231.275.49
HexBCD4ADB01211611f4b
Octal274324255130222114137113
Binary1011110011010100101011011011010010100011100001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4AD; }

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

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

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

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

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

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

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

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