#BAFDA5

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

Shades of Madang #BAFDA5

Tints of Madang #BAFDA5

Color information

#BAFDA5 (or 0xBAFDA5) is unknown color: approx Madang. HEX triplet: BA, FD and A5. RGB value is (186,253,165). Sum of RGB (Red+Green+Blue) = 186+253+165=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDA5 is #45025A. Grayscale: #DFDFDF. Windows color (decimal): -4522587 or 10878394. OLE color: 10878394.

HSL color Cylindrical-coordinate representation of color #BAFDA5: hue angle of 105.68º degrees, saturation: 0.96, 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 #BAFDA5 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB186253165-
CMYK0.2600.350.01
HSL105.68º95.65%81.96%-
HSV(B)105.68º34.78%99.22%-
XYZ62.1783.4148.42-
YUV222.9495.3101.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 253 (99.22% from 255) = 41.89%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=30.79%
G=41.89%
B=27.32%

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
Decimal1862531650.2600.350.01105.6895.6581.96
HexBAFDA51A02316a6052
Octal272375245320431152140122
Binary1011101011111101101001011101001000111110101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDA5; }

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

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

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

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

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

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

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

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