#BCCEA2

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

Shades of Pixie Green #BCCEA2

Tints of Pixie Green #BCCEA2

Color information

#BCCEA2 (or 0xBCCEA2) is unknown color: approx Pixie Green. HEX triplet: BC, CE and A2. RGB value is (188,206,162). Sum of RGB (Red+Green+Blue) = 188+206+162=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA2 is #43315D. Grayscale: #C3C3C3. Windows color (decimal): -4403550 or 10669756. OLE color: 10669756.

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

Color convert

RGB188206162-
CMYK0.0900.210.19
HSL84.55º30.99%72.16%-
HSV(B)84.55º21.36%80.78%-
XYZ49.3357.4442.67-
YUV195.6109.04122.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 162 (63.67% from 255) = 29.14%
R=33.81%
G=37.05%
B=29.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061620.0900.210.1984.5530.9972.16
HexBCCEA2901513551f48
Octal274316242110252312537110
Binary1011110011001110101000101001010101100111010101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEA2; }

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

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

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

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

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

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

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

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