Html Css Color HEX #BEF2BA Fringy Flower

📋 copy color: '#BEF2BA'

red 190 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #BEF2BA

Tints of Fringy Flower #BEF2BA

RGB

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

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

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

R = 30.74%
G = 39.16%
B = 30.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#BEF2BA (or 0xBEF2BA) is known color: Fringy Flower. HEX triplet: BE, F2 and BA. RGB value is (190,242,186). Sum of RGB (Red+Green+Blue) = 190+242+186=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2BA is #410D45. Grayscale: #DCDCDC. Windows color (decimal): -4263238 or 12251838. OLE color: 12251838.

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

Color convert

RGB 190 242 186 -
CMYK 0.21 0 0.23 0.05
HSL 115.71º 0.68% 0.84% -
HSV(B) 115.71º 0.23% 0.95% -
XYZ 61.85 78 58.25 -
YUV 220.07 108.77 106.55 -
System Red Green Blue C M Y K H S L
Decimal 190 242 186 0.21 0 0.23 0.05 115.71 0.68 0.84
Hex BE F2 BA 15 0 17 5 74 44 54
Octal 276 362 272 25 0 27 5 164 104 124
Binary 10111110 11110010 10111010 10101 0 10111 101 1110100 1000100 1010100

Color Harmonies of #BEF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2BA

Black with #BEF2BA

Text Example


Text Example

White with #BEF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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