#BCCEA7

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

Shades of Pixie Green #BCCEA7

Tints of Pixie Green #BCCEA7

Color information

#BCCEA7 (or 0xBCCEA7) is unknown color: approx Pixie Green. HEX triplet: BC, CE and A7. RGB value is (188,206,167). Sum of RGB (Red+Green+Blue) = 188+206+167=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA7 is #433158. Grayscale: #C4C4C4. Windows color (decimal): -4403545 or 10997436. OLE color: 10997436.

HSL color Cylindrical-coordinate representation of color #BCCEA7: hue angle of 87.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCEA7 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB188206167-
CMYK0.0900.190.19
HSL87.69º28.47%73.14%-
HSV(B)87.69º18.93%80.78%-
XYZ49.7957.6245.06-
YUV196.17111.54122.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 167 (65.62% from 255) = 29.77%
R=33.51%
G=36.72%
B=29.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061670.0900.190.1987.6928.4773.14
HexBCCEA7901313581c49
Octal274316247110232313034111
Binary1011110011001110101001111001010011100111011000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEA7; }

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

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

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

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

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

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

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

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