Html Css Color HEX #BEFFA0 Madang

📋 copy color: '#BEFFA0'

red 190 ◦ green 255 ◦ blue 160

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

Shades of Madang #BEFFA0

Tints of Madang #BEFFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 42.15%

 BLUE value IS 160 (62.89% from 255) = 26.45%

R = 31.4%
G = 42.15%
B = 26.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#BEFFA0 (or 0xBEFFA0) is known color: Madang. HEX triplet: BE, FF and A0. RGB value is (190,255,160). Sum of RGB (Red+Green+Blue) = 190+255+160=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFA0 is #41005F. Grayscale: #E1E1E1. Windows color (decimal): -4259936 or 10551230. OLE color: 10551230.

HSL color Cylindrical-coordinate representation of color #BEFFA0: hue angle of 101.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEFFA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 160 -
CMYK 0.25 0 0.37 0
HSL 101.05º 1% 0.81% -
HSV(B) 101.05º 0.37% 1% -
XYZ 63.34 85.01 46.33 -
YUV 224.74 91.47 103.22 -
System Red Green Blue C M Y K H S L
Decimal 190 255 160 0.25 0 0.37 0 101.05 1 0.81
Hex BE FF A0 19 0 25 0 65 64 51
Octal 276 377 240 31 0 45 0 145 144 121
Binary 10111110 11111111 10100000 11001 0 100101 0 1100101 1100100 1010001

Color Harmonies of #BEFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFA0

Black with #BEFFA0

Text Example


Text Example

White with #BEFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFA0; }

 p { color: rgb(190,255,160); }

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

background-color css

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

 a { background-color: rgb(190,255,160); }

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

border-color css

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

 span { border-color: rgb(190,255,160); }

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