#BFF6BA

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

Shades of Tea Green #BFF6BA

Tints of Tea Green #BFF6BA

Color information

#BFF6BA (or 0xBFF6BA) is unknown color: approx Tea Green. HEX triplet: BF, F6 and BA. RGB value is (191,246,186). Sum of RGB (Red+Green+Blue) = 191+246+186=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6BA is #400945. Grayscale: #DEDEDE. Windows color (decimal): -4196678 or 12252863. OLE color: 12252863.

HSL color Cylindrical-coordinate representation of color #BFF6BA: hue angle of 115º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF6BA is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB191246186-
CMYK0.2200.240.04
HSL115º76.92%84.71%-
HSV(B)115º24.39%96.47%-
XYZ63.380.5358.66-
YUV222.71107.28105.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 246 (96.48% from 255) = 39.49%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=30.66%
G=39.49%
B=29.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461860.2200.240.0411576.9284.71
HexBFF6BA160184734d55
Octal277366272260304163115125
Binary10111111111101101011101010110011000100111001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6BA; }

 p { color: rgb(191,246,186); }

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

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

 a { background-color: rgb(191,246,186); }

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

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

 span { border-color: rgb(191,246,186); }

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