#BAFDAD

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

Shades of Madang #BAFDAD

Tints of Madang #BAFDAD

Color information

#BAFDAD (or 0xBAFDAD) is unknown color: approx Madang. HEX triplet: BA, FD and AD. RGB value is (186,253,173). Sum of RGB (Red+Green+Blue) = 186+253+173=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDAD is #450252. Grayscale: #E0E0E0. Windows color (decimal): -4522579 or 11402682. OLE color: 11402682.

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

Color convert

RGB186253173-
CMYK0.2600.320.01
HSL110.25º95.24%83.53%-
HSV(B)110.25º31.62%99.22%-
XYZ62.9283.7152.38-
YUV223.8599.3101-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=30.39%
G=41.34%
B=28.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862531730.2600.320.01110.2595.2483.53
HexBAFDAD1A02016e5f54
Octal272375255320401156137124
Binary1011101011111101101011011101001000001110111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDAD; }

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

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

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

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

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

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

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

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