#BFF7BB

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

Shades of Tea Green #BFF7BB

Tints of Tea Green #BFF7BB

Color information

#BFF7BB (or 0xBFF7BB) is unknown color: approx Tea Green. HEX triplet: BF, F7 and BB. RGB value is (191,247,187). Sum of RGB (Red+Green+Blue) = 191+247+187=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7BB is #400844. Grayscale: #DFDFDF. Windows color (decimal): -4196421 or 12318655. OLE color: 12318655.

HSL color Cylindrical-coordinate representation of color #BFF7BB: hue angle of 116º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF7BB is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB191247187-
CMYK0.2300.240.03
HSL116º78.95%85.1%-
HSV(B)116º24.29%96.86%-
XYZ63.7281.1959.33-
YUV223.42107.45104.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 247 (96.88% from 255) = 39.52%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=30.56%
G=39.52%
B=29.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912471870.2300.240.0311678.9585.1
HexBFF7BB170183744f55
Octal277367273270303164117125
Binary1011111111110111101110111011101100011111010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7BB; }

 p { color: rgb(191,247,187); }

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

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

 a { background-color: rgb(191,247,187); }

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

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

 span { border-color: rgb(191,247,187); }

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