Html Css Color HEX #BEFCA0 Madang

📋 copy color: '#BEFCA0'

red 190 ◦ green 252 ◦ blue 160

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

Shades of Madang #BEFCA0

Tints of Madang #BEFCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.86%

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

R = 31.56%
G = 41.86%
B = 26.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#BEFCA0 (or 0xBEFCA0) is known color: Madang. HEX triplet: BE, FC and A0. RGB value is (190,252,160). Sum of RGB (Red+Green+Blue) = 190+252+160=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCA0 is #41035F. Grayscale: #DFDFDF. Windows color (decimal): -4260704 or 10550462. OLE color: 10550462.

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

Color convert

RGB 190 252 160 -
CMYK 0.25 0 0.37 0.01
HSL 100.43º 0.94% 0.81% -
HSV(B) 100.43º 0.37% 0.99% -
XYZ 62.39 83.11 46.01 -
YUV 222.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 190 252 160 0.25 0 0.37 0.01 100.43 0.94 0.81
Hex BE FC A0 19 0 25 1 64 5E 51
Octal 276 374 240 31 0 45 1 144 136 121
Binary 10111110 11111100 10100000 11001 0 100101 1 1100100 1011110 1010001

Color Harmonies of #BEFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCA0

Black with #BEFCA0

Text Example


Text Example

White with #BEFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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