#BAF8B5

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

Shades of Madang #BAF8B5

Tints of Madang #BAF8B5

Color information

#BAF8B5 (or 0xBAF8B5) is unknown color: approx Madang. HEX triplet: BA, F8 and B5. RGB value is (186,248,181). Sum of RGB (Red+Green+Blue) = 186+248+181=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8B5 is #45074A. Grayscale: #DEDEDE. Windows color (decimal): -4523851 or 11925690. OLE color: 11925690.

HSL color Cylindrical-coordinate representation of color #BAF8B5: hue angle of 115.52º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF8B5 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB186248181-
CMYK0.2500.270.03
HSL115.52º82.72%84.12%-
HSV(B)115.52º27.02%97.25%-
XYZ62.1680.9156.06-
YUV221.82104.96102.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=30.24%
G=40.33%
B=29.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481810.2500.270.03115.5282.7284.12
HexBAF8B51901B3745354
Octal272370265310333164123124
Binary1011101011111000101101011100101101111111010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8B5; }

 p { color: rgb(186,248,181); }

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

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

 a { background-color: rgb(186,248,181); }

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

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

 span { border-color: rgb(186,248,181); }

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