#BAFAAE

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

Shades of Madang #BAFAAE

Tints of Madang #BAFAAE

Color information

#BAFAAE (or 0xBAFAAE) is unknown color: approx Madang. HEX triplet: BA, FA and AE. RGB value is (186,250,174). Sum of RGB (Red+Green+Blue) = 186+250+174=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAAE is #450551. Grayscale: #DEDEDE. Windows color (decimal): -4523346 or 11467450. OLE color: 11467450.

HSL color Cylindrical-coordinate representation of color #BAFAAE: hue angle of 110.53º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAFAAE is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB186250174-
CMYK0.2600.300.02
HSL110.53º88.37%83.14%-
HSV(B)110.53º30.4%98.04%-
XYZ62.0881.8752.57-
YUV222.2100.8102.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=30.49%
G=40.98%
B=28.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501740.2600.300.02110.5388.3783.14
HexBAFAAE1A01E26f5853
Octal272372256320362157130123
Binary1011101011111010101011101101001111010110111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAAE; }

 p { color: rgb(186,250,174); }

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

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

 a { background-color: rgb(186,250,174); }

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

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

 span { border-color: rgb(186,250,174); }

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