#BCD7A7

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

Shades of Pixie Green #BCD7A7

Tints of Pixie Green #BCD7A7

Color information

#BCD7A7 (or 0xBCD7A7) is unknown color: approx Pixie Green. HEX triplet: BC, D7 and A7. RGB value is (188,215,167). Sum of RGB (Red+Green+Blue) = 188+215+167=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7A7 is #432858. Grayscale: #C9C9C9. Windows color (decimal): -4401241 or 10999740. OLE color: 10999740.

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

Color convert

RGB188215167-
CMYK0.1300.220.16
HSL93.75º37.5%74.9%-
HSV(B)93.75º22.33%84.31%-
XYZ52.0162.0845.8-
YUV201.46108.55118.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=32.98%
G=37.72%
B=29.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151670.1300.220.1693.7537.574.9
HexBCD7A7D016105e264b
Octal274327247150262013646113
Binary10111100110101111010011111010101101000010111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7A7; }

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

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

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

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

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

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

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

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