#BEFBAA

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

Shades of Madang #BEFBAA

Tints of Madang #BEFBAA

Color information

#BEFBAA (or 0xBEFBAA) is unknown color: approx Madang. HEX triplet: BE, FB and AA. RGB value is (190,251,170). Sum of RGB (Red+Green+Blue) = 190+251+170=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBAA is #410455. Grayscale: #DFDFDF. Windows color (decimal): -4260950 or 11205566. OLE color: 11205566.

HSL color Cylindrical-coordinate representation of color #BEFBAA: hue angle of 105.19º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEFBAA is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB190251170-
CMYK0.2400.320.02
HSL105.19º91.01%82.55%-
HSV(B)105.19º32.27%98.43%-
XYZ62.9982.8450.7-
YUV223.5397.79104.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 170 (66.80% from 255) = 27.82%
R=31.10%
G=41.08%
B=27.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511700.2400.320.02105.1991.0182.55
HexBEFBAA180202695b53
Octal276373252300402151133123
Binary10111110111110111010101011000010000010110100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBAA; }

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

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

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

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

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

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

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

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