#BEFBAE

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

Shades of Madang #BEFBAE

Tints of Madang #BEFBAE

Color information

#BEFBAE (or 0xBEFBAE) is unknown color: approx Madang. HEX triplet: BE, FB and AE. RGB value is (190,251,174). Sum of RGB (Red+Green+Blue) = 190+251+174=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBAE is #410451. Grayscale: #E0E0E0. Windows color (decimal): -4260946 or 11467710. OLE color: 11467710.

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

Color convert

RGB190251174-
CMYK0.2400.310.02
HSL107.53º90.59%83.33%-
HSV(B)107.53º30.68%98.43%-
XYZ63.378352.72-
YUV223.9899.79103.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=30.89%
G=40.81%
B=28.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511740.2400.310.02107.5390.5983.33
HexBEFBAE1801F26c5b53
Octal276373256300372154133123
Binary1011111011111011101011101100001111110110110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBAE; }

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

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

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

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

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

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

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

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