Html Css Color HEX #BEFCBA Tea Green

📋 copy color: '#BEFCBA'

red 190 ◦ green 252 ◦ blue 186

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

Shades of Tea Green #BEFCBA

Tints of Tea Green #BEFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.13%

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

R = 30.25%
G = 40.13%
B = 29.62%

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

#BEFCBA (or 0xBEFCBA) is known color: Tea Green. HEX triplet: BE, FC and BA. RGB value is (190,252,186). Sum of RGB (Red+Green+Blue) = 190+252+186=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCBA is #410345. Grayscale: #E2E2E2. Windows color (decimal): -4260678 or 12254398. OLE color: 12254398.

HSL color Cylindrical-coordinate representation of color #BEFCBA: hue angle of 116.36º degrees, saturation: 0.92, 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 #BEFCBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 186 -
CMYK 0.25 0 0.26 0.01
HSL 116.36º 0.92% 0.86% -
HSV(B) 116.36º 0.26% 0.99% -
XYZ 64.91 84.11 59.27 -
YUV 225.94 105.46 102.37 -
System Red Green Blue C M Y K H S L
Decimal 190 252 186 0.25 0 0.26 0.01 116.36 0.92 0.86
Hex BE FC BA 19 0 1A 1 74 5C 56
Octal 276 374 272 31 0 32 1 164 134 126
Binary 10111110 11111100 10111010 11001 0 11010 1 1110100 1011100 1010110

Color Harmonies of #BEFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCBA

Black with #BEFCBA

Text Example


Text Example

White with #BEFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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