#BCD7A6

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

Shades of Pixie Green #BCD7A6

Tints of Pixie Green #BCD7A6

Color information

#BCD7A6 (or 0xBCD7A6) is unknown color: approx Pixie Green. HEX triplet: BC, D7 and A6. RGB value is (188,215,166). Sum of RGB (Red+Green+Blue) = 188+215+166=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7A6 is #432859. Grayscale: #C9C9C9. Windows color (decimal): -4401242 or 10934204. OLE color: 10934204.

HSL color Cylindrical-coordinate representation of color #BCD7A6: hue angle of 93.06º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD7A6 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB188215166-
CMYK0.1300.230.16
HSL93.06º37.98%74.71%-
HSV(B)93.06º22.79%84.31%-
XYZ51.9262.0545.32-
YUV201.34108.05118.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 166 (65.23% from 255) = 29.17%
R=33.04%
G=37.79%
B=29.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151660.1300.230.1693.0637.9874.71
HexBCD7A6D017105d264b
Octal274327246150272013546113
Binary10111100110101111010011011010101111000010111011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7A6; }

 p { color: rgb(188,215,166); }

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

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

 a { background-color: rgb(188,215,166); }

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

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

 span { border-color: rgb(188,215,166); }

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