#BEEFAD

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

Shades of Madang #BEEFAD

Tints of Madang #BEEFAD

Color information

#BEEFAD (or 0xBEEFAD) is unknown color: approx Madang. HEX triplet: BE, EF and AD. RGB value is (190,239,173). Sum of RGB (Red+Green+Blue) = 190+239+173=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEFAD is #411052. Grayscale: #D9D9D9. Windows color (decimal): -4264019 or 11399102. OLE color: 11399102.

HSL color Cylindrical-coordinate representation of color #BEEFAD: hue angle of 104.55º degrees, saturation: 0.67, 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 #BEEFAD is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB190239173-
CMYK0.2100.280.06
HSL104.55º67.35%80.78%-
HSV(B)104.55º27.62%93.73%-
XYZ59.6475.751-
YUV216.82103.27108.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=31.56%
G=39.70%
B=28.74%

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
Decimal1902391730.2100.280.06104.5567.3580.78
HexBEEFAD1501C6694351
Octal276357255250346151103121
Binary10111110111011111010110110101011100110110100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFAD; }

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

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

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

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

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

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

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

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