Html Css Color HEX #BFFEB1 Tea Green

📋 copy color: '#BFFEB1'

red 191 ◦ green 254 ◦ blue 177

#BFFEB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #BFFEB1

Tints of Tea Green #BFFEB1

RGB

 RED value IS 191 (75% from 255) = 30.71%

 GREEN value IS 254 (99.61% from 255) = 40.84%

 BLUE value IS 177 (69.53% from 255) = 28.46%

R = 30.71%
G = 40.84%
B = 28.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#BFFEB1 (or 0xBFFEB1) is known color: Tea Green. HEX triplet: BF, FE and B1. RGB value is (191,254,177). Sum of RGB (Red+Green+Blue) = 191+254+177=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEB1 is #40014E. Grayscale: #E2E2E2. Windows color (decimal): -4194639 or 11665087. OLE color: 11665087.

HSL color Cylindrical-coordinate representation of color #BFFEB1: hue angle of 109.09º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFEB1 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 254 177 -
CMYK 0.25 0 0.30 0.00
HSL 109.09º 0.97% 0.85% -
HSV(B) 109.09º 0.3% 1% -
XYZ 64.86 85.13 54.61 -
YUV 226.39 100.13 102.76 -
System Red Green Blue C M Y K H S L
Decimal 191 254 177 0.25 0 0.30 0.00 109.09 0.97 0.85
Hex BF FE B1 19 0 1E 0 6D 61 55
Octal 277 376 261 31 0 36 0 155 141 125
Binary 10111111 11111110 10110001 11001 0 11110 0 1101101 1100001 1010101

Color Harmonies of #BFFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEB1

Black with #BFFEB1

Text Example


Text Example

White with #BFFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEB1; }

 p { color: rgb(191,254,177); }

 H1.HeaderClassName
 {
   color: #BFFEB1;
 }
 .AnyTagClassName
 {
   color: #BFFEB1;
 }
</style>

background-color css

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

 a { background-color: rgb(191,254,177); }

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

border-color css

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

 span { border-color: rgb(191,254,177); }

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