#BEEFAA

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

Shades of Madang #BEEFAA

Tints of Madang #BEEFAA

Color information

#BEEFAA (or 0xBEEFAA) is unknown color: approx Madang. HEX triplet: BE, EF and AA. RGB value is (190,239,170). Sum of RGB (Red+Green+Blue) = 190+239+170=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEFAA is #411055. Grayscale: #D8D8D8. Windows color (decimal): -4264022 or 11202494. OLE color: 11202494.

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

Color convert

RGB190239170-
CMYK0.2100.290.06
HSL102.61º68.32%80.2%-
HSV(B)102.61º28.87%93.73%-
XYZ59.3675.5849.49-
YUV216.48101.77109.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=31.72%
G=39.90%
B=28.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391700.2100.290.06102.6168.3280.2
HexBEEFAA1501D6674450
Octal276357252250356147104120
Binary10111110111011111010101010101011101110110011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFAA; }

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

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

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

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

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

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

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

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