#BAFBAD

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

Shades of Madang #BAFBAD

Tints of Madang #BAFBAD

Color information

#BAFBAD (or 0xBAFBAD) is unknown color: approx Madang. HEX triplet: BA, FB and AD. RGB value is (186,251,173). Sum of RGB (Red+Green+Blue) = 186+251+173=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFBAD is #450452. Grayscale: #DEDEDE. Windows color (decimal): -4523091 or 11402170. OLE color: 11402170.

HSL color Cylindrical-coordinate representation of color #BAFBAD: hue angle of 110º 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 #BAFBAD is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB186251173-
CMYK0.2600.310.02
HSL110º90.7%83.14%-
HSV(B)110º31.08%98.43%-
XYZ62.2982.4552.17-
YUV222.6799.97101.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=30.49%
G=41.15%
B=28.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511730.2600.310.0211090.783.14
HexBAFBAD1A01F26e5b53
Octal272373255320372156133123
Binary1011101011111011101011011101001111110110111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBAD; }

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

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

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

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

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

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

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

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