Html Css Color HEX #BEF8BA Tea Green

📋 copy color: '#BEF8BA'

red 190 ◦ green 248 ◦ blue 186

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

Shades of Tea Green #BEF8BA

Tints of Tea Green #BEF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.74%

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

R = 30.45%
G = 39.74%
B = 29.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#BEF8BA (or 0xBEF8BA) is known color: Tea Green. HEX triplet: BE, F8 and BA. RGB value is (190,248,186). Sum of RGB (Red+Green+Blue) = 190+248+186=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8BA is #410745. Grayscale: #DFDFDF. Windows color (decimal): -4261702 or 12253374. OLE color: 12253374.

HSL color Cylindrical-coordinate representation of color #BEF8BA: hue angle of 116.13º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF8BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 248 186 -
CMYK 0.23 0 0.25 0.03
HSL 116.13º 0.82% 0.85% -
HSV(B) 116.13º 0.25% 0.97% -
XYZ 63.67 81.63 58.85 -
YUV 223.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 190 248 186 0.23 0 0.25 0.03 116.13 0.82 0.85
Hex BE F8 BA 17 0 19 3 74 52 55
Octal 276 370 272 27 0 31 3 164 122 125
Binary 10111110 11111000 10111010 10111 0 11001 11 1110100 1010010 1010101

Color Harmonies of #BEF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8BA

Black with #BEF8BA

Text Example


Text Example

White with #BEF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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