Html Css Color HEX #BEFDBA Tea Green

📋 copy color: '#BEFDBA'

red 190 ◦ green 253 ◦ blue 186

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

Shades of Tea Green #BEFDBA

Tints of Tea Green #BEFDBA

RGB

 RED value IS 190 (74.61% from 255) = 30.21%

 GREEN value IS 253 (99.22% from 255) = 40.22%

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

R = 30.21%
G = 40.22%
B = 29.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#BEFDBA (or 0xBEFDBA) is known color: Tea Green. HEX triplet: BE, FD and BA. RGB value is (190,253,186). Sum of RGB (Red+Green+Blue) = 190+253+186=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDBA is #410245. Grayscale: #E2E2E2. Windows color (decimal): -4260422 or 12254654. OLE color: 12254654.

HSL color Cylindrical-coordinate representation of color #BEFDBA: hue angle of 116.42º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEFDBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 186 -
CMYK 0.25 0 0.26 0.01
HSL 116.42º 0.94% 0.86% -
HSV(B) 116.42º 0.26% 0.99% -
XYZ 65.22 84.74 59.37 -
YUV 226.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 190 253 186 0.25 0 0.26 0.01 116.42 0.94 0.86
Hex BE FD BA 19 0 1A 1 74 5E 56
Octal 276 375 272 31 0 32 1 164 136 126
Binary 10111110 11111101 10111010 11001 0 11010 1 1110100 1011110 1010110

Color Harmonies of #BEFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDBA

Black with #BEFDBA

Text Example


Text Example

White with #BEFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDBA; }

 p { color: rgb(190,253,186); }

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

background-color css

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

 a { background-color: rgb(190,253,186); }

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

border-color css

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

 span { border-color: rgb(190,253,186); }

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