#BAFCA5

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

Shades of Madang #BAFCA5

Tints of Madang #BAFCA5

Color information

#BAFCA5 (or 0xBAFCA5) is unknown color: approx Madang. HEX triplet: BA, FC and A5. RGB value is (186,252,165). Sum of RGB (Red+Green+Blue) = 186+252+165=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFCA5 is #45035A. Grayscale: #DEDEDE. Windows color (decimal): -4522843 or 10878138. OLE color: 10878138.

HSL color Cylindrical-coordinate representation of color #BAFCA5: hue angle of 105.52º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAFCA5 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB186252165-
CMYK0.2600.350.01
HSL105.52º93.55%81.76%-
HSV(B)105.52º34.52%98.82%-
XYZ61.8582.7848.31-
YUV222.3595.63102.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=30.85%
G=41.79%
B=27.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862521650.2600.350.01105.5293.5581.76
HexBAFCA51A02316a5e52
Octal272374245320431152136122
Binary1011101011111100101001011101001000111110101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCA5; }

 p { color: rgb(186,252,165); }

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

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

 a { background-color: rgb(186,252,165); }

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

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

 span { border-color: rgb(186,252,165); }

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