#BEFFAA

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

Shades of Madang #BEFFAA

Tints of Madang #BEFFAA

Color information

#BEFFAA (or 0xBEFFAA) is unknown color: approx Madang. HEX triplet: BE, FF and AA. RGB value is (190,255,170). Sum of RGB (Red+Green+Blue) = 190+255+170=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFAA is #410055. Grayscale: #E2E2E2. Windows color (decimal): -4259926 or 11206590. OLE color: 11206590.

HSL color Cylindrical-coordinate representation of color #BEFFAA: hue angle of 105.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEFFAA is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB190255170-
CMYK0.2500.330
HSL105.88º100%83.33%-
HSV(B)105.88º33.33%100%-
XYZ64.2585.3751.12-
YUV225.8896.47102.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=30.89%
G=41.46%
B=27.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551700.2500.330105.8810083.33
HexBEFFAA1902106a6453
Octal276377252310410152144123
Binary1011111011111111101010101100101000010110101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFAA; }

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

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

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

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

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

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

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

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