#BCCEAD

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

Shades of Pixie Green #BCCEAD

Tints of Pixie Green #BCCEAD

Color information

#BCCEAD (or 0xBCCEAD) is unknown color: approx Pixie Green. HEX triplet: BC, CE and AD. RGB value is (188,206,173). Sum of RGB (Red+Green+Blue) = 188+206+173=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAD is #433152. Grayscale: #C4C4C4. Windows color (decimal): -4403539 or 11390652. OLE color: 11390652.

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

Color convert

RGB188206173-
CMYK0.0900.160.19
HSL92.73º25.19%74.31%-
HSV(B)92.73º16.02%80.78%-
XYZ50.3557.8548.05-
YUV196.86114.54121.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=33.16%
G=36.33%
B=30.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061730.0900.160.1992.7325.1974.31
HexBCCEAD9010135d194a
Octal274316255110202313531112
Binary1011110011001110101011011001010000100111011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEAD; }

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

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

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

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

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

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

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

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