#BCFFB6

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

Shades of Tea Green #BCFFB6

Tints of Tea Green #BCFFB6

Color information

#BCFFB6 (or 0xBCFFB6) is unknown color: approx Tea Green. HEX triplet: BC, FF and B6. RGB value is (188,255,182). Sum of RGB (Red+Green+Blue) = 188+255+182=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFB6 is #430049. Grayscale: #E2E2E2. Windows color (decimal): -4390986 or 11993020. OLE color: 11993020.

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

Color convert

RGB188255182-
CMYK0.2600.290
HSL115.07º100%85.69%-
HSV(B)115.07º28.63%100%-
XYZ64.9485.5957.35-
YUV226.64102.8100.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=30.08%
G=40.8%
B=29.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551820.2600.290115.0710085.69
HexBCFFB61A01D0736456
Octal274377266320350163144126
Binary101111001111111110110110110100111010111001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFB6; }

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

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

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

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

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

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

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

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