#BEEFAC

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

Shades of Madang #BEEFAC

Tints of Madang #BEEFAC

Color information

#BEEFAC (or 0xBEEFAC) is unknown color: approx Madang. HEX triplet: BE, EF and AC. RGB value is (190,239,172). Sum of RGB (Red+Green+Blue) = 190+239+172=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEFAC is #411053. Grayscale: #D8D8D8. Windows color (decimal): -4264020 or 11333566. OLE color: 11333566.

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

Color convert

RGB190239172-
CMYK0.2100.280.06
HSL103.88º67.68%80.59%-
HSV(B)103.88º28.03%93.73%-
XYZ59.5575.6650.49-
YUV216.71102.77108.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=31.61%
G=39.77%
B=28.62%

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
Decimal1902391720.2100.280.06103.8867.6880.59
HexBEEFAC1501C6684451
Octal276357254250346150104121
Binary10111110111011111010110010101011100110110100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFAC; }

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

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

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

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

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

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

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

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