Html Css Color HEX #BEFAB5 Tea Green

📋 copy color: '#BEFAB5'

red 190 ◦ green 250 ◦ blue 181

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

Shades of Tea Green #BEFAB5

Tints of Tea Green #BEFAB5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.26%

 BLUE value IS 181 (71.09% from 255) = 29.15%

R = 30.6%
G = 40.26%
B = 29.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#BEFAB5 (or 0xBEFAB5) is known color: Tea Green. HEX triplet: BE, FA and B5. RGB value is (190,250,181). Sum of RGB (Red+Green+Blue) = 190+250+181=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAB5 is #41054A. Grayscale: #E0E0E0. Windows color (decimal): -4261195 or 11926206. OLE color: 11926206.

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

Color convert

RGB 190 250 181 -
CMYK 0.24 0 0.28 0.02
HSL 112.17º 0.87% 0.85% -
HSV(B) 112.17º 0.28% 0.98% -
XYZ 63.76 82.65 56.31 -
YUV 224.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 190 250 181 0.24 0 0.28 0.02 112.17 0.87 0.85
Hex BE FA B5 18 0 1C 2 70 57 55
Octal 276 372 265 30 0 34 2 160 127 125
Binary 10111110 11111010 10110101 11000 0 11100 10 1110000 1010111 1010101

Color Harmonies of #BEFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFAB5

Black with #BEFAB5

Text Example


Text Example

White with #BEFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFAB5; }

 p { color: rgb(190,250,181); }

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

background-color css

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

 a { background-color: rgb(190,250,181); }

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

border-color css

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

 span { border-color: rgb(190,250,181); }

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