Html Css Color HEX #BEF1C1 Fringy Flower

📋 copy color: '#BEF1C1'

red 190 ◦ green 241 ◦ blue 193

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

Shades of Fringy Flower #BEF1C1

Tints of Fringy Flower #BEF1C1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.62%

 BLUE value IS 193 (75.78% from 255) = 30.93%

R = 30.45%
G = 38.62%
B = 30.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#BEF1C1 (or 0xBEF1C1) is known color: Fringy Flower. HEX triplet: BE, F1 and C1. RGB value is (190,241,193). Sum of RGB (Red+Green+Blue) = 190+241+193=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1C1 is #410E3E. Grayscale: #DCDCDC. Windows color (decimal): -4263487 or 12710334. OLE color: 12710334.

HSL color Cylindrical-coordinate representation of color #BEF1C1: hue angle of 123.53º degrees, saturation: 0.65, 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 #BEF1C1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 241 193 -
CMYK 0.21 0 0.20 0.05
HSL 123.53º 0.65% 0.85% -
HSV(B) 123.53º 0.21% 0.95% -
XYZ 62.32 77.71 62.17 -
YUV 220.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 190 241 193 0.21 0 0.20 0.05 123.53 0.65 0.85
Hex BE F1 C1 15 0 14 5 7C 41 55
Octal 276 361 301 25 0 24 5 174 101 125
Binary 10111110 11110001 11000001 10101 0 10100 101 1111100 1000001 1010101

Color Harmonies of #BEF1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1C1

Black with #BEF1C1

Text Example


Text Example

White with #BEF1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1C1; }

 p { color: rgb(190,241,193); }

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

background-color css

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

 a { background-color: rgb(190,241,193); }

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

border-color css

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

 span { border-color: rgb(190,241,193); }

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