#BAFFB3

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

Shades of Madang #BAFFB3

Tints of Madang #BAFFB3

Color information

#BAFFB3 (or 0xBAFFB3) is unknown color: approx Madang. HEX triplet: BA, FF and B3. RGB value is (186,255,179). Sum of RGB (Red+Green+Blue) = 186+255+179=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFB3 is #45004C. Grayscale: #E1E1E1. Windows color (decimal): -4522061 or 11796410. OLE color: 11796410.

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

Color convert

RGB186255179-
CMYK0.2700.300
HSL114.47º100%85.1%-
HSV(B)114.47º29.8%100%-
XYZ64.1585.2155.71-
YUV225.7101.6499.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 179 (70.31% from 255) = 28.87%
R=30%
G=41.13%
B=28.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551790.2700.300114.4710085.1
HexBAFFB31B01E0726455
Octal272377263330360162144125
Binary101110101111111110110011110110111100111001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFB3; }

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

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

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

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

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

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

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

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