#BEECAC

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

Shades of Madang #BEECAC

Tints of Madang #BEECAC

Color information

#BEECAC (or 0xBEECAC) is unknown color: approx Madang. HEX triplet: BE, EC and AC. RGB value is (190,236,172). Sum of RGB (Red+Green+Blue) = 190+236+172=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEECAC is #411353. Grayscale: #D7D7D7. Windows color (decimal): -4264788 or 11332798. OLE color: 11332798.

HSL color Cylindrical-coordinate representation of color #BEECAC: hue angle of 103.12º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEECAC is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB190236172-
CMYK0.1900.270.07
HSL103.12º62.75%80%-
HSV(B)103.12º27.12%92.55%-
XYZ58.6873.9250.2-
YUV214.95103.76110.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 236 (92.58% from 255) = 39.46%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=31.77%
G=39.46%
B=28.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902361720.1900.270.07103.1262.7580
HexBEECAC1301B7673f50
Octal27635425423033714777120
Binary1011111011101100101011001001101101111111001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECAC; }

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

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

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

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

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

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

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

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