Html Css Color HEX #BEFBC0 Fringy Flower

📋 copy color: '#BEFBC0'

red 190 ◦ green 251 ◦ blue 192

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

Shades of Fringy Flower #BEFBC0

Tints of Fringy Flower #BEFBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.65%

 BLUE value IS 192 (75.39% from 255) = 30.33%

R = 30.02%
G = 39.65%
B = 30.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#BEFBC0 (or 0xBEFBC0) is known color: Fringy Flower. HEX triplet: BE, FB and C0. RGB value is (190,251,192). Sum of RGB (Red+Green+Blue) = 190+251+192=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBC0 is #41043F. Grayscale: #E2E2E2. Windows color (decimal): -4260928 or 12647358. OLE color: 12647358.

HSL color Cylindrical-coordinate representation of color #BEFBC0: hue angle of 121.97º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBC0 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 251 192 -
CMYK 0.24 0 0.24 0.02
HSL 121.97º 0.88% 0.86% -
HSV(B) 121.97º 0.24% 0.98% -
XYZ 65.25 83.75 62.6 -
YUV 226.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 190 251 192 0.24 0 0.24 0.02 121.97 0.88 0.86
Hex BE FB C0 18 0 18 2 7A 58 56
Octal 276 373 300 30 0 30 2 172 130 126
Binary 10111110 11111011 11000000 11000 0 11000 10 1111010 1011000 1010110

Color Harmonies of #BEFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFBC0

Black with #BEFBC0

Text Example


Text Example

White with #BEFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFBC0; }

 p { color: rgb(190,251,192); }

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

background-color css

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

 a { background-color: rgb(190,251,192); }

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

border-color css

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

 span { border-color: rgb(190,251,192); }

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