#BAFCB1

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

Shades of Madang #BAFCB1

Tints of Madang #BAFCB1

Color information

#BAFCB1 (or 0xBAFCB1) is unknown color: approx Madang. HEX triplet: BA, FC and B1. RGB value is (186,252,177). Sum of RGB (Red+Green+Blue) = 186+252+177=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFCB1 is #45034E. Grayscale: #DFDFDF. Windows color (decimal): -4522831 or 11664570. OLE color: 11664570.

HSL color Cylindrical-coordinate representation of color #BAFCB1: hue angle of 112.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAFCB1 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB186252177-
CMYK0.2600.300.01
HSL112.8º92.59%84.12%-
HSV(B)112.8º29.76%98.82%-
XYZ6383.2354.34-
YUV223.72101.63101.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 177 (69.53% from 255) = 28.78%
R=30.24%
G=40.98%
B=28.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862521770.2600.300.01112.892.5984.12
HexBAFCB11A01E1715d54
Octal272374261320361161135124
Binary101110101111110010110001110100111101111000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCB1; }

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

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

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

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

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

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

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

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