#BCFEB6

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

Shades of Tea Green #BCFEB6

Tints of Tea Green #BCFEB6

Color information

#BCFEB6 (or 0xBCFEB6) is unknown color: approx Tea Green. HEX triplet: BC, FE and B6. RGB value is (188,254,182). Sum of RGB (Red+Green+Blue) = 188+254+182=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEB6 is #430149. Grayscale: #E2E2E2. Windows color (decimal): -4391242 or 11992764. OLE color: 11992764.

HSL color Cylindrical-coordinate representation of color #BCFEB6: hue angle of 115º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFEB6 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB188254182-
CMYK0.2600.280.00
HSL115º97.3%85.49%-
HSV(B)115º28.35%99.61%-
XYZ64.6284.9557.25-
YUV226.06103.13100.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 182 (71.48% from 255) = 29.17%
R=30.13%
G=40.71%
B=29.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541820.2600.280.0011597.385.49
HexBCFEB61A01C0736155
Octal274376266320340163141125
Binary101111001111111010110110110100111000111001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEB6; }

 p { color: rgb(188,254,182); }

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

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

 a { background-color: rgb(188,254,182); }

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

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

 span { border-color: rgb(188,254,182); }

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