#BFFCB7

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

Shades of Tea Green #BFFCB7

Tints of Tea Green #BFFCB7

Color information

#BFFCB7 (or 0xBFFCB7) is unknown color: approx Tea Green. HEX triplet: BF, FC and B7. RGB value is (191,252,183). Sum of RGB (Red+Green+Blue) = 191+252+183=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCB7 is #400348. Grayscale: #E2E2E2. Windows color (decimal): -4195145 or 12057791. OLE color: 12057791.

HSL color Cylindrical-coordinate representation of color #BFFCB7: hue angle of 113.04º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFFCB7 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB191252183-
CMYK0.2400.270.01
HSL113.04º92%85.29%-
HSV(B)113.04º27.38%98.82%-
XYZ64.8484.1257.62-
YUV225.89103.79103.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=30.51%
G=40.26%
B=29.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521830.2400.270.01113.049285.29
HexBFFCB71801B1715c55
Octal277374267300331161134125
Binary101111111111110010110111110000110111111000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCB7; }

 p { color: rgb(191,252,183); }

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

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

 a { background-color: rgb(191,252,183); }

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

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

 span { border-color: rgb(191,252,183); }

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