#BFFCB6

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

Shades of Tea Green #BFFCB6

Tints of Tea Green #BFFCB6

Color information

#BFFCB6 (or 0xBFFCB6) is unknown color: approx Tea Green. HEX triplet: BF, FC and B6. RGB value is (191,252,182). Sum of RGB (Red+Green+Blue) = 191+252+182=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCB6 is #400349. Grayscale: #E1E1E1. Windows color (decimal): -4195146 or 11992255. OLE color: 11992255.

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

Color convert

RGB191252182-
CMYK0.2400.280.01
HSL112.29º92.11%85.1%-
HSV(B)112.29º27.78%98.82%-
XYZ64.7484.0757.07-
YUV225.78103.29103.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=30.56%
G=40.32%
B=29.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521820.2400.280.01112.2992.1185.1
HexBFFCB61801C1705c55
Octal277374266300341160134125
Binary101111111111110010110110110000111001111000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCB6; }

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

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

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

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

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

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

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

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