Html Css Color HEX #BEF2BF Fringy Flower

📋 copy color: '#BEF2BF'

red 190 ◦ green 242 ◦ blue 191

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

Shades of Fringy Flower #BEF2BF

Tints of Fringy Flower #BEF2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

 BLUE value IS 191 (75% from 255) = 30.66%

R = 30.5%
G = 38.84%
B = 30.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#BEF2BF (or 0xBEF2BF) is known color: Fringy Flower. HEX triplet: BE, F2 and BF. RGB value is (190,242,191). Sum of RGB (Red+Green+Blue) = 190+242+191=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2BF is #410D40. Grayscale: #DCDCDC. Windows color (decimal): -4263233 or 12579518. OLE color: 12579518.

HSL color Cylindrical-coordinate representation of color #BEF2BF: hue angle of 121.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2BF is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 191 -
CMYK 0.21 0 0.21 0.05
HSL 121.15º 0.67% 0.85% -
HSV(B) 121.15º 0.21% 0.95% -
XYZ 62.39 78.21 61.1 -
YUV 220.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 190 242 191 0.21 0 0.21 0.05 121.15 0.67 0.85
Hex BE F2 BF 15 0 15 5 79 43 55
Octal 276 362 277 25 0 25 5 171 103 125
Binary 10111110 11110010 10111111 10101 0 10101 101 1111001 1000011 1010101

Color Harmonies of #BEF2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2BF

Black with #BEF2BF

Text Example


Text Example

White with #BEF2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2BF; }

 p { color: rgb(190,242,191); }

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

background-color css

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

 a { background-color: rgb(190,242,191); }

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

border-color css

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

 span { border-color: rgb(190,242,191); }

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