#BEEFAE

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

Shades of Madang #BEEFAE

Tints of Madang #BEEFAE

Color information

#BEEFAE (or 0xBEEFAE) is unknown color: approx Madang. HEX triplet: BE, EF and AE. RGB value is (190,239,174). Sum of RGB (Red+Green+Blue) = 190+239+174=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEFAE is #411051. Grayscale: #D9D9D9. Windows color (decimal): -4264018 or 11464638. OLE color: 11464638.

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

Color convert

RGB190239174-
CMYK0.2100.270.06
HSL105.23º67.01%80.98%-
HSV(B)105.23º27.2%93.73%-
XYZ59.7475.7451.51-
YUV216.94103.77108.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 239 (93.75% from 255) = 39.64%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=31.51%
G=39.64%
B=28.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391740.2100.270.06105.2367.0180.98
HexBEEFAE1501B6694351
Octal276357256250336151103121
Binary10111110111011111010111010101011011110110100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFAE; }

 p { color: rgb(190,239,174); }

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

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

 a { background-color: rgb(190,239,174); }

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

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

 span { border-color: rgb(190,239,174); }

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