#BAF6B4

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

Shades of Madang #BAF6B4

Tints of Madang #BAF6B4

Color information

#BAF6B4 (or 0xBAF6B4) is unknown color: approx Madang. HEX triplet: BA, F6 and B4. RGB value is (186,246,180). Sum of RGB (Red+Green+Blue) = 186+246+180=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6B4 is #45094B. Grayscale: #DCDCDC. Windows color (decimal): -4524364 or 11859642. OLE color: 11859642.

HSL color Cylindrical-coordinate representation of color #BAF6B4: hue angle of 114.55º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF6B4 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB186246180-
CMYK0.2400.270.04
HSL114.55º78.57%83.53%-
HSV(B)114.55º26.83%96.47%-
XYZ61.4479.6555.31-
YUV220.54105.12103.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=30.39%
G=40.20%
B=29.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461800.2400.270.04114.5578.5783.53
HexBAF6B41801B4734f54
Octal272366264300334163117124
Binary10111010111101101011010011000011011100111001110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6B4; }

 p { color: rgb(186,246,180); }

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

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

 a { background-color: rgb(186,246,180); }

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

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

 span { border-color: rgb(186,246,180); }

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