Html Css Color HEX #BFFEBA Tea Green

📋 copy color: '#BFFEBA'

red 191 ◦ green 254 ◦ blue 186

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

Shades of Tea Green #BFFEBA

Tints of Tea Green #BFFEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.48%

R = 30.27%
G = 40.25%
B = 29.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#BFFEBA (or 0xBFFEBA) is known color: Tea Green. HEX triplet: BF, FE and BA. RGB value is (191,254,186). Sum of RGB (Red+Green+Blue) = 191+254+186=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEBA is #400145. Grayscale: #E3E3E3. Windows color (decimal): -4194630 or 12254911. OLE color: 12254911.

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

Color convert

RGB 191 254 186 -
CMYK 0.25 0 0.27 0.00
HSL 115.59º 0.97% 0.86% -
HSV(B) 115.59º 0.27% 1% -
XYZ 65.79 85.51 59.49 -
YUV 227.41 104.63 102.03 -
System Red Green Blue C M Y K H S L
Decimal 191 254 186 0.25 0 0.27 0.00 115.59 0.97 0.86
Hex BF FE BA 19 0 1B 0 74 61 56
Octal 277 376 272 31 0 33 0 164 141 126
Binary 10111111 11111110 10111010 11001 0 11011 0 1110100 1100001 1010110

Color Harmonies of #BFFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEBA

Black with #BFFEBA

Text Example


Text Example

White with #BFFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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