#BEF0AD

Color #BEF0AD Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BEF0AD

Tints of Madang #BEF0AD

Color information

#BEF0AD (or 0xBEF0AD) is unknown color: approx Madang. HEX triplet: BE, F0 and AD. RGB value is (190,240,173). Sum of RGB (Red+Green+Blue) = 190+240+173=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF0AD is #410F52. Grayscale: #D9D9D9. Windows color (decimal): -4263763 or 11399358. OLE color: 11399358.

HSL color Cylindrical-coordinate representation of color #BEF0AD: hue angle of 104.78º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEF0AD is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB190240173-
CMYK0.2100.280.06
HSL104.78º69.07%80.98%-
HSV(B)104.78º27.92%94.12%-
XYZ59.9476.2851.1-
YUV217.41102.94108.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=31.51%
G=39.80%
B=28.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401730.2100.280.06104.7869.0780.98
HexBEF0AD1501C6694551
Octal276360255250346151105121
Binary10111110111100001010110110101011100110110100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0AD; }

 p { color: rgb(190,240,173); }

 H1.HeaderClassName
 {
   color: #BEF0AD;
 }
 .AnyTagClassName
 {
   color: #BEF0AD;
 }
</style>
background-color css

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

 a { background-color: rgb(190,240,173); }

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

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

 span { border-color: rgb(190,240,173); }

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