#BCD6A0

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

Shades of Pixie Green #BCD6A0

Tints of Pixie Green #BCD6A0

Color information

#BCD6A0 (or 0xBCD6A0) is unknown color: approx Pixie Green. HEX triplet: BC, D6 and A0. RGB value is (188,214,160). Sum of RGB (Red+Green+Blue) = 188+214+160=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD6A0 is #43295F. Grayscale: #C8C8C8. Windows color (decimal): -4401504 or 10540732. OLE color: 10540732.

HSL color Cylindrical-coordinate representation of color #BCD6A0: hue angle of 88.89º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD6A0 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB188214160-
CMYK0.1200.250.16
HSL88.89º39.71%73.33%-
HSV(B)88.89º25.23%83.92%-
XYZ51.1361.3242.4-
YUV200.07105.39119.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 160 (62.89% from 255) = 28.47%
R=33.45%
G=38.08%
B=28.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141600.1200.250.1688.8939.7173.33
HexBCD6A0C01910592849
Octal274326240140312013150111
Binary10111100110101101010000011000110011000010110011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6A0; }

 p { color: rgb(188,214,160); }

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

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

 a { background-color: rgb(188,214,160); }

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

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

 span { border-color: rgb(188,214,160); }

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