#BAFFB0

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

Shades of Madang #BAFFB0

Tints of Madang #BAFFB0

Color information

#BAFFB0 (or 0xBAFFB0) is unknown color: approx Madang. HEX triplet: BA, FF and B0. RGB value is (186,255,176). Sum of RGB (Red+Green+Blue) = 186+255+176=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFB0 is #45004F. Grayscale: #E1E1E1. Windows color (decimal): -4522064 or 11599802. OLE color: 11599802.

HSL color Cylindrical-coordinate representation of color #BAFFB0: hue angle of 112.41º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAFFB0 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB186255176-
CMYK0.2700.310
HSL112.41º100%84.51%-
HSV(B)112.41º30.98%100%-
XYZ63.8585.0954.13-
YUV225.36100.1499.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=30.15%
G=41.33%
B=28.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551760.2700.310112.4110084.51
HexBAFFB01B01F0706455
Octal272377260330370160144125
Binary101110101111111110110000110110111110111000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFB0; }

 p { color: rgb(186,255,176); }

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

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

 a { background-color: rgb(186,255,176); }

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

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

 span { border-color: rgb(186,255,176); }

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