#BAF3B1

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

Shades of Madang #BAF3B1

Tints of Madang #BAF3B1

Color information

#BAF3B1 (or 0xBAF3B1) is unknown color: approx Madang. HEX triplet: BA, F3 and B1. RGB value is (186,243,177). Sum of RGB (Red+Green+Blue) = 186+243+177=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF3B1 is #450C4E. Grayscale: #DADADA. Windows color (decimal): -4525135 or 11662266. OLE color: 11662266.

HSL color Cylindrical-coordinate representation of color #BAF3B1: hue angle of 111.82º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF3B1 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB186243177-
CMYK0.2300.270.05
HSL111.82º73.33%82.35%-
HSV(B)111.82º27.16%95.29%-
XYZ60.2477.7153.42-
YUV218.43104.62104.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 243 (95.31% from 255) = 40.10%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=30.69%
G=40.10%
B=29.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431770.2300.270.05111.8273.3382.35
HexBAF3B11701B5704952
Octal272363261270335160111122
Binary10111010111100111011000110111011011101111000010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3B1; }

 p { color: rgb(186,243,177); }

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

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

 a { background-color: rgb(186,243,177); }

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

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

 span { border-color: rgb(186,243,177); }

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